Skip to content

Commit

Permalink
mc
Browse files Browse the repository at this point in the history
  • Loading branch information
chidimo committed Apr 18, 2018
1 parent 56d61b6 commit 83e84f1
Show file tree
Hide file tree
Showing 12 changed files with 327 additions and 307 deletions.
7 changes: 2 additions & 5 deletions build/lib/pygit/__init__.py
@@ -1,12 +1,9 @@
"""Docstring"""

from .initialize import (
help, cleanup, check_git_support, is_git_repo, need_attention, initialize,
)

from .main import (
show_help, cleanup, check_git_support, is_git_repo, initialize,
Commands, show_repos, load, load_multiple, pull, push, all_status
)

__all__ = ["help", "all_status", "cleanup", "check_git_support", "is_git_repo", "need_attention", "initialize",
__all__ = ["show_help", "all_status", "cleanup", "check_git_support", "is_git_repo", "initialize",
"Commands", "show_repos", "load", "load_multiple", "pull", "push"]
265 changes: 0 additions & 265 deletions build/lib/pygit/initialize.py

This file was deleted.

0 comments on commit 83e84f1

Please sign in to comment.