mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-11 16:17:12 +00:00
[svn r8327] fix it for real this time
This commit is contained in:
@@ -4,7 +4,7 @@ import csv
|
|||||||
import settings
|
import settings
|
||||||
from expo.models import QM, LogbookEntry, Cave
|
from expo.models import QM, LogbookEntry, Cave
|
||||||
from datetime import *
|
from datetime import *
|
||||||
from save_carefully import save_carefully
|
from troggle.save_carefully import save_carefully
|
||||||
import re
|
import re
|
||||||
|
|
||||||
def deleteQMs():
|
def deleteQMs():
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import time
|
|||||||
import re
|
import re
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from save_carefully import save_carefully
|
from troggle.save_carefully import save_carefully
|
||||||
|
|
||||||
##format of CAVETAB2.CSV is
|
##format of CAVETAB2.CSV is
|
||||||
KatasterNumber = 0
|
KatasterNumber = 0
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import re
|
|||||||
import datetime
|
import datetime
|
||||||
import os
|
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
|
# When we edit logbook entries, allow a "?" after any piece of data to say we've frigged it and
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import re
|
|||||||
import datetime
|
import datetime
|
||||||
import os
|
import os
|
||||||
import shutil
|
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
|
# 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
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user