diff options
author | Joe George <joe@zeroc.com> | 2017-06-07 16:39:31 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2017-06-07 16:39:31 -0400 |
commit | 2fb970cdea450b15b5f7d74099246b6abef16857 (patch) | |
tree | ac0fdf40cff12d1cba313e20da757671cbdeeebd /scripts/Util.py | |
parent | Remove trailing whitespace (diff) | |
download | ice-2fb970cdea450b15b5f7d74099246b6abef16857.tar.bz2 ice-2fb970cdea450b15b5f7d74099246b6abef16857.tar.xz ice-2fb970cdea450b15b5f7d74099246b6abef16857.zip |
Remove excessive empty lines
Diffstat (limited to 'scripts/Util.py')
-rw-r--r-- | scripts/Util.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/Util.py b/scripts/Util.py index 4caa4a3d0fa..09efbcf5b99 100644 --- a/scripts/Util.py +++ b/scripts/Util.py @@ -408,7 +408,6 @@ def parseOptions(obj, options, mapped={}): remaining.append((o, a)) options[:] = remaining - class Mapping: mappings = OrderedDict() @@ -1867,7 +1866,6 @@ class RemoteProcessController(ProcessController): return self.processControllerProxies[ident] raise RuntimeError("couldn't reach the remote controller `{0}'".format(ident)) - def setProcessController(self, proxy): with self.cond: self.processControllerProxies[proxy.ice_getIdentity()] = proxy @@ -2041,7 +2039,6 @@ class AndroidProcessController(RemoteProcessController): sys.stdout.flush() time.sleep(0.5) - class iOSSimulatorProcessController(RemoteProcessController): device = "iOSSimulatorProcessController" @@ -2586,7 +2583,6 @@ class Driver: self.communicator.destroy() self.ctrlCHandler.destroy() - class CppMapping(Mapping): class Config(Mapping.Config): |