From 96ccf79d46adb2d6b49c67e3e6ad59512d67da65 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 27 Mar 2021 22:09:05 +0300 Subject: rename the project to "cgitize" --- 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 d0b84b3..75d4787 100644 --- a/examples/my_repos.py +++ b/examples/my_repos.py @@ -1,4 +1,4 @@ -from cgit.repos.repo import BitbucketRepo, GithubRepo, Repo +from cgitize.repo import BitbucketRepo, GithubRepo, Repo MY_REPOS = ( -- cgit v1.2.3