aboutsummaryrefslogtreecommitdiff
path: root/resource_manager.py
diff options
context:
space:
mode:
authorMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 01:10:40 +0200
committerMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 01:20:11 +0200
commitffa76dd958282735c1b39793351a075a3d1a64ac (patch)
tree99593c6c6e09a6228c4a7172f773779e77f7e6f3 /resource_manager.py
parent21cf625f6970c001c9f14bdbc603a104e544b9e1 (diff)
downloadpyParrotZikTCP-ffa76dd958282735c1b39793351a075a3d1a64ac.tar.xz
pyParrotZikTCP-ffa76dd958282735c1b39793351a075a3d1a64ac.zip
Refactor.
Diffstat (limited to '')
-rw-r--r--resource_manager.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/resource_manager.py b/resource_manager.py
index f0703ac..ddd39fb 100644
--- a/resource_manager.py
+++ b/resource_manager.py
@@ -1,9 +1,11 @@
from operator import itemgetter
import sys
+
from BeautifulSoup import BeautifulSoup
from message import Message
+
class ResourceManagerBase(object):
resources = [
]
@@ -137,4 +139,3 @@ class Version2ResourceManager(ResourceManagerBase):
'/api/audio/noise_control/enabled': ['get', 'set'],
'/api/audio/track/metadata': ['get'],
}
-