Remove tab character from setup.cfg

This annoyed me more than it should.

Change-Id: Ia8690d585c991ee14dc87de1d91ac931be0551ce
This commit is contained in:
Louis Taylor 2015-04-21 20:58:59 +01:00
parent 44d514886b
commit 5874aa6b17

View File

@ -31,7 +31,7 @@ wsme.protocols =
rest = wsme.rest.protocol:RestProtocol rest = wsme.rest.protocol:RestProtocol
restjson = wsme.rest.protocol:RestProtocol restjson = wsme.rest.protocol:RestProtocol
restxml = wsme.rest.protocol:RestProtocol restxml = wsme.rest.protocol:RestProtocol
soap = wsmeext.soap:SoapProtocol soap = wsmeext.soap:SoapProtocol
extdirect = wsmeext.extdirect:ExtDirectProtocol extdirect = wsmeext.extdirect:ExtDirectProtocol
[files] [files]