Files
wxWidgets/wxPython/samples/stxview/StructuredText/STletters.py
2006-07-30 23:36:38 +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