summaryrefslogtreecommitdiffstats
path: root/expo/context.py
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
commitae3fe8cd423be5268d630a498361e376c6add776 (patch)
tree1cf7409b5377484ba38d8feba94a893abb7d8611 /expo/context.py
parentc0b274767b5c0ed209b9ff03679519e2d2170134 (diff)
downloadtroggle-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 'expo/context.py')
-rw-r--r--expo/context.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/expo/context.py b/expo/context.py
deleted file mode 100644
index bb38a84..0000000
--- a/expo/context.py
+++ /dev/null
@@ -1,5 +0,0 @@
-from django.conf import settings
-from expo.models import Expedition
-
-def troggle_context(request):
- return { 'settings':settings, 'Expedition':Expedition } \ No newline at end of file