Add FindVCS() to __all__.
authorMichał Górny <gentoo@mgorny.alt.pl>
Wed, 14 Jul 2010 09:32:31 +0000 (11:32 +0200)
committerZac Medico <zmedico@gentoo.org>
Wed, 14 Jul 2010 09:37:27 +0000 (02:37 -0700)
pym/repoman/utilities.py

index acecd79829704db3389803ddc19e9b1b19772f80..8e15de0838872f3bdfc886c75c29eac7743b8e99 100644 (file)
@@ -10,6 +10,7 @@ __all__ = [
        "editor_is_executable",
        "FindPackagesToScan",
        "FindPortdir",
+       "FindVCS",
        "format_qa_output",
        "get_commit_message_with_editor",
        "get_commit_message_with_stdin",