Esempio n. 1
0
def DeleteRepoGithub(repo):

    remote = GithubRemote(repo)
    if remote.repoExists():
        remote.deleteRepo()