summaryrefslogtreecommitdiff
path: root/pecan/tests/config_fixtures/forcedict.py
diff options
context:
space:
mode:
Diffstat (limited to 'pecan/tests/config_fixtures/forcedict.py')
-rw-r--r--pecan/tests/config_fixtures/forcedict.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/pecan/tests/config_fixtures/forcedict.py b/pecan/tests/config_fixtures/forcedict.py
deleted file mode 100644
index 4e2c83a..0000000
--- a/pecan/tests/config_fixtures/forcedict.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# Pecan Application Configurations
-beaker = {
- 'session.key': 'key',
- 'session.type': 'cookie',
- 'session.validate_key': '1a971a7df182df3e1dec0af7c6913ec7',
- '__force_dict__': True
-}
-
-# Custom Configurations must be in Python dictionary format::
-#
-# foo = {'bar':'baz'}
-#
-# All configurations are accessible at::
-# pecan.conf