diff options
author | Michał Górny <gentoo@mgorny.alt.pl> | 2010-07-14 11:32:31 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-07-14 02:37:27 -0700 |
commit | 3f14f5840f98630e9dbbf32ce45ac5fd6b565887 (patch) | |
tree | 294d04fc1ce92f62601393fe1b3c0dc4a94355d0 | |
parent | 7c723e76d1595a851dee538097aab3eafbb09661 (diff) | |
download | portage-3f14f5840f98630e9dbbf32ce45ac5fd6b565887.tar.gz portage-3f14f5840f98630e9dbbf32ce45ac5fd6b565887.tar.bz2 portage-3f14f5840f98630e9dbbf32ce45ac5fd6b565887.zip |
Add FindVCS() to __all__.
-rw-r--r-- | pym/repoman/utilities.py | 1 |
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", |