diff options
| author | Sean Finney <seanius@seanius.net> | 2009-11-29 15:02:12 +0100 | 
|---|---|---|
| committer | Sean Finney <seanius@seanius.net> | 2009-11-29 15:02:12 +0100 | 
| commit | 77028261450f4e7490dcd1ff46c9fb385a76f360 (patch) | |
| tree | 64837fdeb27b8e934fcc2f4d5a37c65d6b8fd138 | |
| parent | f73cb5034d1ff20a94f9cc69d375d3d4664bca24 (diff) | |
| download | patch-tracker-77028261450f4e7490dcd1ff46c9fb385a76f360.tar.gz | |
remove another unused option: static_dir
| -rwxr-xr-x | patchtracker/Conf.py | 1 | 
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' | 
