aboutsummaryrefslogtreecommitdiff
path: root/allium/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'allium/config.py')
-rw-r--r--allium/config.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/allium/config.py b/allium/config.py
deleted file mode 100644
index 67a1934..0000000
--- a/allium/config.py
+++ /dev/null
@@ -1,13 +0,0 @@
-'''
-File: config.py
-
-Configuration dict used in the generation of HTML documents
-
-:output_root: path to output directory (created if not exists)
-:onionoo_url: url to onionoo details document
-'''
-
-CONFIG = {
- 'output_root': 'www',
- 'onionoo_url': 'https://onionoo.torproject.org/details'
-}