summaryrefslogtreecommitdiff
path: root/filter.py
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-03-21 17:30:40 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-03-21 17:30:40 -0600
commit47045b1934932b0695dd301a9c76b9dab1b03023 (patch)
tree1c70967bfd48facc3949c5f899a57180ec3cfeea /filter.py
parent0889827f252c9f6c21c1d4f2afc704b9b303e083 (diff)
* Changed sync_all_repo to adress bug83
Diffstat (limited to 'filter.py')
-rw-r--r--filter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/filter.py b/filter.py
index b6e8105..668822b 100644
--- a/filter.py
+++ b/filter.py
@@ -115,7 +115,8 @@ def pkginfo_from_files_in_dir(directory):
package_list.append(pkginfo_from_filename(filename))
return tuple(package_list)
-
+def pkginfo_from_db(path_to_db):
+ """ """
def generate_exclude_list_from_blacklist(packages_iterable, blacklisted_names,
exclude_file=rsync_blacklist, debug=verbose):