diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-04-29 11:16:43 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-04-29 11:16:43 +0000 |
| commit | eb37037f54b94c5f69292c1298b1d5ac4c55bf8a (patch) | |
| tree | 5be783711ffaed00ac63b4fdfbae7ba2eb4d9f5e | |
| parent | 78d6b89d187e23fadb4469441db968220b75bc62 (diff) | |
| parent | 5874aa6b17daff4933face3415b9fe64e770c752 (diff) | |
| download | wsme-eb37037f54b94c5f69292c1298b1d5ac4c55bf8a.tar.gz | |
Merge "Remove tab character from setup.cfg"
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
