summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-08 11:05:26 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-08 11:05:26 -0600
commit5f08ca1edd02121f950a829745a512a2bc58b016 (patch)
tree7dca54dc4f8b295cdb06b177d7ce4e2bdc1f2e16
parent1c178e144ae404c6ee332e25c9f3ae37fb9abb23 (diff)
* Changed variable name for consistency.
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index a7087c4..6206607 100644
--- a/config.py
+++ b/config.py
@@ -38,7 +38,7 @@ verbose = False
blacklist = docs + "/blacklist.txt"
whitelist = docs + "/whitelist.txt"
pending = docs + "/pending"
-rsyncBlacklist = docs + "/rsyncBlacklist"
+rsync_blacklist = docs + "/rsyncBlacklist"
# Classes and Exceptions
class NonValidFile(ValueError): pass