summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-29 11:16:43 +0000
committerGerrit Code Review <review@openstack.org>2015-04-29 11:16:43 +0000
commiteb37037f54b94c5f69292c1298b1d5ac4c55bf8a (patch)
tree5be783711ffaed00ac63b4fdfbae7ba2eb4d9f5e
parent78d6b89d187e23fadb4469441db968220b75bc62 (diff)
parent5874aa6b17daff4933face3415b9fe64e770c752 (diff)
downloadwsme-eb37037f54b94c5f69292c1298b1d5ac4c55bf8a.tar.gz
Merge "Remove tab character from setup.cfg"
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 4590682..91a7fd1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,7 +29,7 @@ wsme.protocols =
rest = wsme.rest.protocol:RestProtocol
restjson = wsme.rest.protocol:RestProtocol
restxml = wsme.rest.protocol:RestProtocol
- soap = wsmeext.soap:SoapProtocol
+ soap = wsmeext.soap:SoapProtocol
extdirect = wsmeext.extdirect:ExtDirectProtocol
[files]