summaryrefslogtreecommitdiff
path: root/util.py
blob: 3eb7cb814c6191fa59603861b70803cd98686778 (plain)
1
2
3
4
5
6
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')