summaryrefslogtreecommitdiff
path: root/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'util.py')
-rw-r--r--util.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/util.py b/util.py
new file mode 100644
index 0000000..3eb7cb8
--- /dev/null
+++ b/util.py
@@ -0,0 +1,7 @@
+github_repos_username = 'leapcode'
+order_repos_index = 2
+
+
+def github_repo_url(repo_name):
+ return ('https://github.com/' + github_repos_username + '/' + repo_name +
+ '.git')