cc-4105: clean up url construction in api client
This commit is contained in:
parent
3b708fae6a
commit
47893865cc
4 changed files with 15 additions and 8 deletions
|
@ -20,6 +20,7 @@ class LazyProperty(object):
|
|||
setattr(obj,self.func_name,value)
|
||||
return value
|
||||
|
||||
|
||||
class IncludeOnly(object):
|
||||
"""
|
||||
A little decorator to help listeners only be called on extensions they support
|
||||
|
|
|
@ -20,6 +20,7 @@ channels = {
|
|||
org = Organizer(channel=channels['org'],target_path=channels['watch'].path)
|
||||
watch = WatchSyncer(channel=channels['watch'])
|
||||
problem_files = ProblemFileHandler(channel=channels['badfile'])
|
||||
|
||||
# do the bootstrapping before any listening is going one
|
||||
#conn = Connection('localhost', 'more', 'shit', 'here')
|
||||
#db = DBDumper(conn).dump_block()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue