[svn r8327] fix it for real this time

This commit is contained in:
cucc
2009-05-03 08:18:22 +02:00
parent 9cabd7203e
commit 6f82f7f0e6
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import csv
import settings
from expo.models import QM, LogbookEntry, Cave
from datetime import *
from save_carefully import save_carefully
from troggle.save_carefully import save_carefully
import re
def deleteQMs():

View File

@@ -9,7 +9,7 @@ import time
import re
import os
from save_carefully import save_carefully
from troggle.save_carefully import save_carefully
##format of CAVETAB2.CSV is
KatasterNumber = 0

View File

@@ -13,7 +13,7 @@ import re
import datetime
import os
from save_carefully import save_carefully
from troggle.save_carefully import save_carefully
#
# When we edit logbook entries, allow a "?" after any piece of data to say we've frigged it and

View File

@@ -7,7 +7,7 @@ import re
import datetime
import os
import shutil
from save_carefully import save_carefully
from troggle.save_carefully import save_carefully
# Julian: the below code was causing errors and it seems like a duplication of the above. Hope I haven't broken anything by commenting it. -Aaron
#