From e565a6b73b70f670335c4a095992eab26a1bfbf9 Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Thu, 2 Jul 2009 20:43:18 +0100 Subject: [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) --- core/views.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 core/views.py (limited to 'core/views.py') diff --git a/core/views.py b/core/views.py new file mode 100644 index 0000000..337989a --- /dev/null +++ b/core/views.py @@ -0,0 +1,8 @@ +# primary namespace + +import view_surveys +import views_caves +import views_survex +import views_logbooks +import views_other + -- cgit v1.2.3