]> git.saurik.com Git - wxWidgets.git/blob - wxPython/samples/stxview/StructuredText/STletters.py
Changed the 'true's and 'false's back to TRUE and FALSE
[wxWidgets.git] / wxPython / samples / stxview / StructuredText / STletters.py
1 import string
2
3 try:
4 del string
5 import locale
6 locale.setlocale(locale.LC_ALL,"")
7 except:
8 pass
9
10 import string
11
12 letters = string.letters
13 punctuations = string.punctuation
14
15 lettpunc = letters + punctuations