cc-4105: clean up url construction in api client

This commit is contained in:
Rudi Grinberg 2012-07-13 16:32:17 -04:00 committed by Martin Konecny
parent 0fd6c4adbf
commit 44d91f7798
4 changed files with 15 additions and 8 deletions

View file

@ -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