Icon added.
authorBrandon King <kingb@caltech.edu>
Tue, 16 Jun 2009 19:46:02 +0000 (19:46 +0000)
committerBrandon King <kingb@caltech.edu>
Tue, 16 Jun 2009 19:46:02 +0000 (19:46 +0000)
Removed unneed urllib module import (since we switched to urllib2).

htsworkflow/frontend/static/img/hdd_unmount.png [new file with mode: 0755]
htsworkflow/frontend/static/img/readme.txt [new file with mode: 0644]
scripts/mark_archived_data

diff --git a/htsworkflow/frontend/static/img/hdd_unmount.png b/htsworkflow/frontend/static/img/hdd_unmount.png
new file mode 100755 (executable)
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 (file)
index 0000000..81c803e
--- /dev/null
@@ -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.
index 62eca10304a0b52afa4322ca7d679dcef6041d42..eadafb6099f5418ef8678736d1f0c5cbebb32bdd 100755 (executable)
@@ -10,7 +10,6 @@ from htsworkflow.frontend import settings
 from optparse import OptionParser
 
 import sys
-import urllib
 import urllib2