diff ctd2galaxy.py @ 5:170e48a55078 draft

Uploaded
author holtgrewe
date Fri, 28 Jun 2013 05:32:20 -0400
parents 61d9bdb6d519
children 19597b57ada8
line wrap: on
line diff
--- a/ctd2galaxy.py	Tue May 14 04:52:22 2013 -0400
+++ b/ctd2galaxy.py	Fri Jun 28 05:32:20 2013 -0400
@@ -5,7 +5,10 @@
 only used here at the moment.
 """
 
-import argparse
+try:
+    import argparse
+except ImportError:
+    import argparse26 as argparse
 import operator
 import sys
 import xml.sax