diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-12 00:56:55 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-12 00:56:55 +0300 |
commit | cb99cd808a61b4f19db839bead28f3067150a8f6 (patch) | |
tree | 1988b92a29497fd3eb87d2a98ff86f86b30db8fd /pull/pull.py | |
parent | update clone URLs for a few repos (diff) | |
download | cgitize-cb99cd808a61b4f19db839bead28f3067150a8f6.tar.gz cgitize-cb99cd808a61b4f19db839bead28f3067150a8f6.zip |
rename source files
Diffstat (limited to 'pull/pull.py')
-rw-r--r-- | pull/pull.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pull/pull.py b/pull/pull.py index 97441fa..115be5b 100644 --- a/pull/pull.py +++ b/pull/pull.py @@ -9,7 +9,7 @@ import socket import sys import subprocess -from pull.registry import MY_REPOS +from pull.my_repos import MY_REPOS env = os.environ.copy() |