From: Brandon King Date: Tue, 16 Jun 2009 19:46:02 +0000 (+0000) Subject: Icon added. X-Git-Tag: 0.2.2~7 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=2659a12bee16fb692e465055c6bda3da63cad7fc Icon added. Removed unneed urllib module import (since we switched to urllib2). --- diff --git a/htsworkflow/frontend/static/img/hdd_unmount.png b/htsworkflow/frontend/static/img/hdd_unmount.png new file mode 100755 index 0000000..ea4f672 Binary files /dev/null and b/htsworkflow/frontend/static/img/hdd_unmount.png differ diff --git a/htsworkflow/frontend/static/img/readme.txt b/htsworkflow/frontend/static/img/readme.txt new file mode 100644 index 0000000..81c803e --- /dev/null +++ b/htsworkflow/frontend/static/img/readme.txt @@ -0,0 +1,11 @@ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +This copyright and license notice covers the following images: + * hdd_unmount.png +************************************************************************ + +TITLE: Crystal Project Icons +AUTHOR: Everaldo Coelho +SITE: http://www.everaldo.com +CONTACT: everaldo@everaldo.com + +Copyright (c) 2006-2007 Everaldo Coelho. diff --git a/scripts/mark_archived_data b/scripts/mark_archived_data index 62eca10..eadafb6 100755 --- a/scripts/mark_archived_data +++ b/scripts/mark_archived_data @@ -10,7 +10,6 @@ from htsworkflow.frontend import settings from optparse import OptionParser import sys -import urllib import urllib2