Skip to content

Commit

Permalink
Rm dupes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Dec 9, 2014
1 parent 80a31f5 commit 3487428
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions changes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,6 @@ def parsed_repo(self):
with local.cwd(local.cwd / self.module_name):
return parse(git('config --get remote.origin.url'.split(' ')))

@property
def repo(self):
return self.parsed_repo.repo

@property
def owner(self):
return self.parsed_repo.owner

@property
def github(self):
return self.parsed_repo.github

@property
def bitbucket(self):
return self.parsed_repo.bitbucket


def project_config(context):
config = {}
Expand Down

0 comments on commit 3487428

Please sign in to comment.