summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Finney <seanius@seanius.net>2009-11-29 15:02:12 +0100
committerSean Finney <seanius@seanius.net>2009-11-29 15:02:12 +0100
commit77028261450f4e7490dcd1ff46c9fb385a76f360 (patch)
tree64837fdeb27b8e934fcc2f4d5a37c65d6b8fd138
parentf73cb5034d1ff20a94f9cc69d375d3d4664bca24 (diff)
downloadpatch-tracker-77028261450f4e7490dcd1ff46c9fb385a76f360.tar.gz
remove another unused option: static_dir
-rwxr-xr-xpatchtracker/Conf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/patchtracker/Conf.py b/patchtracker/Conf.py
index 4f21621..e89a129 100755
--- a/patchtracker/Conf.py
+++ b/patchtracker/Conf.py
@@ -1,7 +1,6 @@
archive_root = '/scratch/debian-archive/debian'
archive_root_url = 'ftp://ftp.se.debian.org/debian'
template_dir = './templates'
-static_dir = './static'
#root_url = 'http://people.debian.org/~seanius/pts/patches'
root_url = ''
database = 'pt.db'