rewrite of findall.py and MakeRdsFromBam to fix bugs resulting from poor initial...
[erange.git] / geneMrnaCountsWeighted.py
index 38e853aec6172be26b448066692193f1537b6926..74e7a0cd817e699af6b398960578f576a030f7e4 100755 (executable)
@@ -2,7 +2,7 @@ try:
     import psyco
     psyco.full()
 except:
-    print 'psyco not running'
+    print "psyco not running"
 
 import sys
 import optparse