diff options
-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", |