[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

8
core/views.py Normal file
View File

@@ -0,0 +1,8 @@
# primary namespace
import view_surveys
import views_caves
import views_survex
import views_logbooks
import views_other