diff -r 162e3e453920 -r cb17c87b090e circulate/sslc_allreg.py --- 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()