summaryrefslogtreecommitdiffstats
path: root/export
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-07-02 20:43:18 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-07-02 20:43:18 +0100
commite565a6b73b70f670335c4a095992eab26a1bfbf9 (patch)
treea93c4069e8d858b77e9527e794305f97946d21b1 /export
parent5baddea474b068ece9d6b93bcc90f4d76f97e5a3 (diff)
downloadtroggle-e565a6b73b70f670335c4a095992eab26a1bfbf9.tar.gz
troggle-e565a6b73b70f670335c4a095992eab26a1bfbf9.tar.bz2
troggle-e565a6b73b70f670335c4a095992eab26a1bfbf9.zip
[svn] Renaming troggle.expo to troggle.core. To do this, used:
perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)
Diffstat (limited to 'export')
-rw-r--r--export/tocavetab.py2
-rw-r--r--export/toqms.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/export/tocavetab.py b/export/tocavetab.py
index 2ffc5be..bf0170d 100644
--- a/export/tocavetab.py
+++ b/export/tocavetab.py
@@ -1,4 +1,4 @@
-import troggle.expo.models as models
+import troggle.core.models as models
from django.conf import settings
import csv, re, os
diff --git a/export/toqms.py b/export/toqms.py
index dd58fca..a6a264a 100644
--- a/export/toqms.py
+++ b/export/toqms.py
@@ -1,4 +1,4 @@
-import troggle.expo.models as models
+import troggle.core.models as models
from django.conf import settings
import csv