2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 05:55:06 +00:00

[svn] Fix leftover from expo -> core rename, and add databaseReset.py to README.txt

This commit is contained in:
substantialnoninfringinguser
2009-07-02 22:31:28 +01:00
parent e565a6b73b
commit 6daf57d8fe
2 changed files with 14 additions and 10 deletions

View File

@@ -1,12 +1,8 @@
#.-*- coding: utf-8 -*-
import troggle.settings as settings
import troggle.expo.models as models
import csv
import re
import datetime
import os
import shutil
from django.conf import settings
import core.models as models
import csv, re, datetime, os, shutil
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