projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fix for scrollbar's thumb update bug in wxUniv
[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