From c93154af3068c2f3fc73db5ebbfa34593dadf6cc Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Tue, 11 Jan 2011 14:11:33 +0100 Subject: [PATCH] Revert "Stop function for debugging purposes" The functionality for stop() in ost has already been implemented in init_cl.py (see 2b52357baf). --- modules/base/pymod/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/base/pymod/__init__.py b/modules/base/pymod/__init__.py index 124b1bf6b..c6d7a8ec1 100644 --- a/modules/base/pymod/__init__.py +++ b/modules/base/pymod/__init__.py @@ -43,6 +43,3 @@ class StreamLogSink(LogSink): self._stream=stream def LogMessage(self, message, level): self._stream.write(message) - -def stop(): - sys.exit() -- GitLab