summaryrefslogtreecommitdiff
path: root/filter.py
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-14 23:27:46 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-02-14 23:27:46 -0600
commit9de298a7b88f7f36aec4c9344356a935c67cfeb3 (patch)
tree7db0effd90a06179a8414c4831174c0877571818 /filter.py
parent3866f148dae1f6c90fc6d903784b65e452c048c6 (diff)
* Added test for generate_exclude_list_from_blacklist
* Fixed listado to strip spaces
Diffstat (limited to 'filter.py')
-rw-r--r--filter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter.py b/filter.py
index f8182e3..f91ec68 100644
--- a/filter.py
+++ b/filter.py
@@ -107,7 +107,6 @@ def generate_exclude_list_from_blacklist(packages_iterable, blacklisted_names,
a.append(package["location"])
if debug:
- printf(a)
return a
try:
fsock = open(exclude_file,"w")