]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/lib/editor/__init__.py
1 #----------------------------------------------------------------------
2 # Name: wxPython.lib.editor
3 # Purpose: A package containing a colourizable text editror
9 # Copyright: (c) 1999 by Total Control Software
10 # Licence: wxWindows license
11 #----------------------------------------------------------------------
12 # 12/14/2003 - Jeff Grimmett (grimmtooth@softhome.net)
14 # o 2.5 compatability update.
16 # 12/21/2003 - Jeff Grimmett (grimmtooth@softhome.net)
18 # o wxEditor -> Editor
21 # This file makes this directory into a Python package
24 # import the main classes into the package namespace.
25 from editor
import Editor