Esempio n. 1
0
def CreateRepoGithub(repo, desc):

    remote = GithubRemote(repo, desc)
    if not remote.repoExists():
        remote.createRepo()