diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-02 20:43:18 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-02 20:43:18 +0100 |
commit | ae3fe8cd423be5268d630a498361e376c6add776 (patch) | |
tree | 1cf7409b5377484ba38d8feba94a893abb7d8611 /export/toqms.py | |
parent | c0b274767b5c0ed209b9ff03679519e2d2170134 (diff) | |
download | troggle-ae3fe8cd423be5268d630a498361e376c6add776.tar.gz troggle-ae3fe8cd423be5268d630a498361e376c6add776.tar.bz2 troggle-ae3fe8cd423be5268d630a498361e376c6add776.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/toqms.py')
-rw-r--r-- | export/toqms.py | 2 |
1 files changed, 1 insertions, 1 deletions
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
|