Make github_sync use a namedtuple for repo settings

This commit is contained in:
Calen Pennington
2012-07-26 11:47:45 -04:00
parent c9e637d719
commit 39e5a7762e
4 changed files with 27 additions and 41 deletions

View File

@@ -1,2 +1,6 @@
class GithubSyncError(Exception):
pass
class InvalidRepo(Exception):
pass