summaryrefslogtreecommitdiffstats
path: root/pym/repoman
diff options
context:
space:
mode:
authorMichał Górny <gentoo@mgorny.alt.pl>2010-07-14 11:32:31 +0200
committerZac Medico <zmedico@gentoo.org>2010-07-14 02:37:27 -0700
commit3f14f5840f98630e9dbbf32ce45ac5fd6b565887 (patch)
tree294d04fc1ce92f62601393fe1b3c0dc4a94355d0 /pym/repoman
parent7c723e76d1595a851dee538097aab3eafbb09661 (diff)
downloadportage-3f14f5840f98630e9dbbf32ce45ac5fd6b565887.tar.gz
portage-3f14f5840f98630e9dbbf32ce45ac5fd6b565887.tar.bz2
portage-3f14f5840f98630e9dbbf32ce45ac5fd6b565887.zip
Add FindVCS() to __all__.
Diffstat (limited to 'pym/repoman')
-rw-r--r--pym/repoman/utilities.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/repoman/utilities.py b/pym/repoman/utilities.py
index acecd7982..8e15de083 100644
--- a/pym/repoman/utilities.py
+++ b/pym/repoman/utilities.py
@@ -10,6 +10,7 @@ __all__ = [
"editor_is_executable",
"FindPackagesToScan",
"FindPortdir",
+ "FindVCS",
"format_qa_output",
"get_commit_message_with_editor",
"get_commit_message_with_stdin",