diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-27 10:33:56 +0100 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-04-27 11:28:31 +0100 |
commit | 9fdee928e7ddc60991f659db321f1e2b258752e0 (patch) | |
tree | 159f110bdeddd50148bdd24bec39750eceffcad3 /tests/twisted/yconstants.py | |
parent | ea6eaf850fc3c77b7e944f3556300bec9eadf9c3 (diff) |
caps-manager, status: don't bother checking for caps prefixes
This was really confusing and wrong tbh. Just leave the namespace in
everywhere.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'tests/twisted/yconstants.py')
-rw-r--r-- | tests/twisted/yconstants.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/twisted/yconstants.py b/tests/twisted/yconstants.py index b21b7a7..9184d86 100644 --- a/tests/twisted/yconstants.py +++ b/tests/twisted/yconstants.py @@ -23,5 +23,3 @@ ERROR_TYPE_WAIT = 5 MESSAGE_NS = 'urn:ytstenut:message' STATUS_NS = 'urn:ytstenut:status' - -CAPABILITIES_PREFIX = 'urn:ytstenut:capabilities:' |