Add slack repo

This commit is contained in:
Dimitris Zlatanidis 2015-09-24 04:29:27 +03:00
parent 0027db2b23
commit 38cf350f17

View file

@ -36,6 +36,7 @@ class RepoList(object):
self.meta = _meta_
self.msg = Msg()
self.all_repos = Repo().default_repository()
self.all_repos["slack"] = Repo().slack()
self.all_repos.update(Repo().custom_repository())
def repos(self):