From 0352e233955bc5d04344a4ae3ef04436d8299ae1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Mar 2020 11:17:29 +0300 Subject: rename the modules --- examples/my_repos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/my_repos.py b/examples/my_repos.py index 2047b8d..d0b84b3 100644 --- a/examples/my_repos.py +++ b/examples/my_repos.py @@ -1,4 +1,4 @@ -from pull.repo import BitbucketRepo, GithubRepo, Repo +from cgit.repos.repo import BitbucketRepo, GithubRepo, Repo MY_REPOS = ( -- cgit v1.2.3