remove semicolon

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@45762 0039d316-1c4b-4281-b951-d872f2087c98
experimental/szager/collated-output
jabdelmalek@google.com 16 years ago
parent 55ec1d8965
commit eca300bb25

@ -166,7 +166,7 @@ class AbstractRpcServer(object):
self.host = host self.host = host
if (not self.host.startswith("http://") and if (not self.host.startswith("http://") and
not self.host.startswith("https://")): not self.host.startswith("https://")):
self.host = "http://" + self.host; self.host = "http://" + self.host
self.host_override = host_override self.host_override = host_override
self.auth_function = auth_function self.auth_function = auth_function
self.authenticated = False self.authenticated = False

Loading…
Cancel
Save