diff options
Diffstat (limited to '')
-rw-r--r-- | cgit/repos/cgit.py (renamed from pull/cgit.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pull/cgit.py b/cgit/repos/cgit.py index 86a94ea..bb010d3 100644 --- a/pull/cgit.py +++ b/cgit/repos/cgit.py @@ -9,7 +9,7 @@ import os import os.path import shutil -from pull.utils import chdir, check_output, run +from cgit.repos.utils import chdir, check_output, run _ENV = os.environ.copy() |