circulate/sslc_allreg.py
changeset 359 cb17c87b090e
parent 358 162e3e453920
child 385 c70118cdde66
--- a/circulate/sslc_allreg.py	Thu Jan 21 15:26:11 2010 +0530
+++ b/circulate/sslc_allreg.py	Thu Jan 21 17:14:52 2010 +0530
@@ -2,7 +2,7 @@
 ninety_percents = [{}, {}, {}, {}, {}]
 
 for record in open('sslc1.txt'):
-    record = record.strip()
+#    record = record.strip()
     fields = record.split(';')
 
     region_code = fields[0].strip()