From 5874aa6b17daff4933face3415b9fe64e770c752 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Tue, 21 Apr 2015 20:58:59 +0100 Subject: [PATCH] Remove tab character from setup.cfg This annoyed me more than it should. Change-Id: Ia8690d585c991ee14dc87de1d91ac931be0551ce --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a54c476..c966c8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,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]