diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-01 11:17:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-03-01 11:24:09 +0300 |
commit | 0352e233955bc5d04344a4ae3ef04436d8299ae1 (patch) | |
tree | 7b99b9bbf7b6390cbea22966ba257dfd09f1fea9 /pull/cgit.py | |
parent | Travis: lint the config (diff) | |
download | cgitize-0352e233955bc5d04344a4ae3ef04436d8299ae1.tar.gz cgitize-0352e233955bc5d04344a4ae3ef04436d8299ae1.zip |
rename the modules
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() |