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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user