]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/lib/editor/__init__.py
Compilation fixes
[wxWidgets.git] / utils / wxPython / lib / editor / __init__.py
CommitLineData
1b55cabf
RD
1#----------------------------------------------------------------------
2# Name: wxPython.lib.editor
3# Purpose: A package containing a colourizable text editror
4#
5# Author: Robin Dunn
6#
7# Created: 30-Dec-1999
8# RCS-ID: $Id$
9# Copyright: (c) 1999 by Total Control Software
10# Licence: wxWindows license
11#----------------------------------------------------------------------
12
13# This file makes this directory into a Python package
14
15
16# import the main classes into the package namespace.
17from editor import wxEditor
18from py_editor import wxPyEditor