Rename RepoInstaller to Repository

This commit is contained in:
Anthony Sottile 2014-03-13 19:38:52 -07:00
parent abea886a3d
commit d77d01cd22
3 changed files with 43 additions and 63 deletions

View file

@ -5,7 +5,7 @@ from plumbum import local
from pre_commit.hooks_workspace import in_hooks_workspace
class RepoInstaller(object):
class Repository(object):
def __init__(self, repo_config):
self.repo_config = repo_config