]>
Commit | Line | Data |
---|---|---|
d14a1e28 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 | #---------------------------------------------------------------------- | |
b881fc78 RD |
12 | # 12/14/2003 - Jeff Grimmett (grimmtooth@softhome.net) |
13 | # | |
14 | # o 2.5 compatability update. | |
15 | # | |
d4b73b1b RD |
16 | # 12/21/2003 - Jeff Grimmett (grimmtooth@softhome.net) |
17 | # | |
18 | # o wxEditor -> Editor | |
19 | # | |
d14a1e28 RD |
20 | |
21 | # This file makes this directory into a Python package | |
22 | ||
23 | ||
24 | # import the main classes into the package namespace. | |
d4b73b1b | 25 | from editor import Editor |