Changes between Version 73 and Version 74 of GIS/Data
- Timestamp:
- 10/11/14 14:18:20 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/Data
v73 v74 445 445 db.commit() 446 446 import_file = "MN_L2.csv" 447 File = open(import_file, "r") 448 resource.import_xml(File, format="csv", stylesheet=stylesheet) 449 db.commit() 450 import_file = "MN_L3.csv" 447 451 File = open(import_file, "r") 448 452 resource.import_xml(File, format="csv", stylesheet=stylesheet)