summaryrefslogtreecommitdiff
path: root/jtlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-03 09:30:58 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-03 09:35:03 +0300
commitb3855d34fcd7ac7b2819d04a400f841d3091790a (patch)
treee4092a454674a6a8e254c4ccb9c1aa3c5d6c91a8 /jtlib/__init__.py
parent7b4ba0c385deb01dae857126666706389dfa08c5 (diff)
downloadjt-b3855d34fcd7ac7b2819d04a400f841d3091790a.tar.gz
Move commit_to_git, push_git to jtlib
Diffstat (limited to 'jtlib/__init__.py')
-rw-r--r--jtlib/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/jtlib/__init__.py b/jtlib/__init__.py
index 7c83767..972c289 100644
--- a/jtlib/__init__.py
+++ b/jtlib/__init__.py
@@ -18,5 +18,6 @@
from .version import __version__
from .draftsdir import DraftsDirectory
+from .git import commit_to_git, push_git
__all__ = locals()