summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-10 17:59:47 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-10 17:59:47 -0500
commit69d84cc6edab249037522d00d3685939dc38495a (patch)
treef992e0a134bef65ab9df7a88997192d73510326e /config.py
parentaf57d31dfb26a7c3d6fe403e0fdb7d540c22d4de (diff)
Firs main deliver
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 39f512a..8cf07a2 100644
--- a/config.py
+++ b/config.py
@@ -7,7 +7,7 @@ except(ImportError):
import os
stringvars=("mirror", "mirrorpath", "logname", "tempdir", "docs_dir",
- "repodir",)
+ "repodir", "rsync_blacklist")
listvars=("repo_list", "dir_list", "arch_list", "other",)
boolvars=("output", "debug",)