diff options
author | Puneeth Chaganti | 2010-01-21 17:14:52 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-01-21 17:14:52 +0530 |
commit | 9df774c69643bf42c22a4c57435ff0fc7ccdaeb0 (patch) | |
tree | 172b1467de977efb32edb7e85a3433c4502d5954 /circulate/sslc_bug.py | |
parent | ea8e24ac702226c4d189fcef264b7ed2388268c4 (diff) | |
download | workshops-more-scipy-9df774c69643bf42c22a4c57435ff0fc7ccdaeb0.tar.gz workshops-more-scipy-9df774c69643bf42c22a4c57435ff0fc7ccdaeb0.tar.bz2 workshops-more-scipy-9df774c69643bf42c22a4c57435ff0fc7ccdaeb0.zip |
Fixed errors found during REC workshop.
Diffstat (limited to 'circulate/sslc_bug.py')
-rw-r--r-- | circulate/sslc_bug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circulate/sslc_bug.py b/circulate/sslc_bug.py index b018cfa..d7be3cb 100644 --- a/circulate/sslc_bug.py +++ b/circulate/sslc_bug.py @@ -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() |