aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Holubakha <hilobakho@gmail.com>2017-05-30 03:33:20 +0300
committerMykyta Holubakha <hilobakho@gmail.com>2017-05-30 03:33:20 +0300
commit91e85dda8084a60f211df9522c5625bcea28b696 (patch)
tree7405dfc526ab49ae60911e26226d75bf0b87619d
parentUse portage OS (diff)
downloadpomu-91e85dda8084a60f211df9522c5625bcea28b696.tar.gz
pomu-91e85dda8084a60f211df9522c5625bcea28b696.tar.bz2
pomu-91e85dda8084a60f211df9522c5625bcea28b696.zip
Add GitPython import
-rw-r--r--pomu/pomu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pomu/pomu.py b/pomu/pomu.py
index da2e897..63f2ee1 100644
--- a/pomu/pomu.py
+++ b/pomu/pomu.py
@@ -1,6 +1,6 @@
import click
import portage
-
+from git import Repo
from portage.os import path, makedirs
#TODO: global --repo option, (env var?)