From 5f08ca1edd02121f950a829745a512a2bc58b016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Tue, 8 Feb 2011 11:05:26 -0600 Subject: * Changed variable name for consistency. --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3