Files
wxWidgets/wxPython/samples/stxview/StructuredText/STletters.py
2001-05-04 18:28:27 +00:00

16 lines
231 B
Python

import string
try:
del string
import locale
locale.setlocale(locale.LC_ALL,"")
except:
pass
import string
letters = string.letters
punctuations = string.punctuation
lettpunc = letters + punctuations