Minor style update

This commit is contained in:
Miroslav Stampar 2012-07-13 15:02:11 +02:00
parent fbb5db00ba
commit 32b700f130

View File

@ -1794,7 +1794,7 @@ def __setTorHttpProxySettings():
warnMsg += "HTTP proxy type (option '--tor-type') " warnMsg += "HTTP proxy type (option '--tor-type') "
warnMsg += "for accessing Tor anonymizing network because of " warnMsg += "for accessing Tor anonymizing network because of "
warnMsg += "known issues with default settings of various 'bundles' " warnMsg += "known issues with default settings of various 'bundles' "
warnMsg += "(e.g. Vidalia/Polipo)" warnMsg += "(e.g. Vidalia)"
logger.warn(warnMsg) logger.warn(warnMsg)
def __setTorSocksProxySettings(): def __setTorSocksProxySettings():