--- a/circulate/sslc_bug.py Thu Jan 21 15:26:11 2010 +0530
+++ b/circulate/sslc_bug.py Thu Jan 21 17:14:52 2010 +0530
@@ -1,7 +1,7 @@
science = {}
for record in open('sslc1.txt'):
- record = record.strip()
+# record = record.strip()
fields = record.split(';')
region_code = fields[0].strip()