# HG changeset patch # User phoku@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1237549386 0 # Node ID 9b50a27020548cec8bc971de537a1d279c117fc2 # Parent 1beb7a3692f4d4ce515ee769e2296aec8ad0fc52 Removed stale pychan.manager import. diff -r 1beb7a3692f4 -r 9b50a2702054 clients/editor/plugins/mapeditor.py --- a/clients/editor/plugins/mapeditor.py Fri Mar 20 02:16:06 2009 +0000 +++ b/clients/editor/plugins/mapeditor.py Fri Mar 20 11:43:06 2009 +0000 @@ -10,9 +10,6 @@ from selection import Selection, ClickSelection from plugins.objectselector import ObjectSelector -from pychan.manager import DEFAULT_STYLE -DEFAULT_STYLE['default']['base_color'] = fife.Color(85,128,151) - SCROLL_TOLERANCE = 10 SCROLL_SPEED = 1.0