2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

[svn] Fix edit conflict screwup

Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8041 by aaron @ 10/27/2008 6:12 PM
This commit is contained in:
substantialnoninfringinguser 2009-05-13 05:15:05 +01:00
parent dde16108dd
commit f5d3c9d281

View File

@ -4,11 +4,8 @@ import settings
import expo.models as models
import csv
import time
<<<<<<< .mine
#import sqlite3
=======
# import sqlite3
>>>>>>> .r8038
import re
import os
@ -65,13 +62,8 @@ caveReader = csv.reader(cavetab)
caveReader.next() # Strip out column headers
<<<<<<< .mine
def save(x): #There seems to be an intermitent problem with sqlite and Vista, uncomment the lines below and the "import sqlite3" above to fix it
# try:
=======
def save(x): #There seems to be an intermitent problem with sqlite and Vista, uncomment the lines below, and the import sqlite3 statment above to fix it
# try:
>>>>>>> .r8038
x.save()
# except sqlite3.OperationalError:
# print "Error"