silly, whitespace

This commit is contained in:
Sanj 2011-12-15 17:44:54 +05:30
parent e6e14014ac
commit 3b3d544c9a

View File

@ -19,3 +19,5 @@ def csvToJSON():
jsonFile = open(join(PROJECT_ROOT, "../db_csv_files/Atlas.json"), "w")
jsonFile.write(json.dumps(atlasDict, indent=2))
jsonFile.close()