From df29be13687b0444c22e12053daadadd15c3aac6 Mon Sep 17 00:00:00 2001 From: doomchild Date: Tue, 29 Mar 2011 10:10:30 -0500 Subject: [PATCH] removed some testing stuff --- dfhack-python/context.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dfhack-python/context.py b/dfhack-python/context.py index 66c9eda29..92f5ccec8 100644 --- a/dfhack-python/context.py +++ b/dfhack-python/context.py @@ -176,9 +176,4 @@ class Context(object): if self._window_io_obj is None: self._window_io_obj = window_io.WindowIO(libdfhack.Context_getWindowIO(self._c_ptr)) - return self._window_io_obj - -cm = ContextManager("Memory.xml") -df = cm.get_single_context() -df.attach() -w = df.window_io \ No newline at end of file + return self._window_io_obj \ No newline at end of file