From: Michał Górny Date: Wed, 14 Jul 2010 09:32:31 +0000 (+0200) Subject: Add FindVCS() to __all__. X-Git-Tag: v2.2_rc68~500 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f14f5840f98630e9dbbf32ce45ac5fd6b565887;p=portage.git Add FindVCS() to __all__. --- 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",