aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/my_repos.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/my_repos.py')
-rw-r--r--examples/my_repos.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/my_repos.py b/examples/my_repos.py
deleted file mode 100644
index 1e83334..0000000
--- a/examples/my_repos.py
+++ /dev/null
@@ -1,12 +0,0 @@
-from cgitize.repo import Bitbucket, GitHub, Repo
-
-
-MY_REPOS = (
- GitHub('xyz'),
- GitHub('foo/bar', user='test', via_ssh=False),
-
- Bitbucket('xyz'),
- Bitbucket('foo/bar', desc='Foo (Bar)'),
-
- Repo('tmp/tmp', clone_url='https://example.com/tmp.git', owner='John Doe'),
-)