2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 07:07:13 +00:00

[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)
This commit is contained in:
substantialnoninfringinguser
2009-07-02 20:43:18 +01:00
parent 5baddea474
commit e565a6b73b
32 changed files with 32 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
import troggle.settings as settings
import troggle.expo.models as models
import troggle.core.models as models
from troggle.parsers.people import GetPersonExpeditionNameLookup