cc-4105: added wrapper around pyinotify. added some stubs and todos

This commit is contained in:
Rudi Grinberg 2012-07-24 17:12:29 -04:00
parent 493f93c425
commit f044cd91e3
7 changed files with 119 additions and 6 deletions

View file

@ -441,6 +441,7 @@ class AirtimeApiClient():
return []
def list_all_watched_dirs(self):
# Does this include the stor directory as well?
logger = self.logger
try:
url = "http://%s:%s/%s/%s" % (self.config["base_url"], str(self.config["base_port"]), self.config["api_base"], self.config["list_all_watched_dirs"])