]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/samples/stxview/StructuredText/STletters.py
Merged wxPython 2.4.x to the 2.5 branch (Finally!!!)
[wxWidgets.git] / wxPython / samples / stxview / StructuredText / STletters.py
diff --git a/wxPython/samples/stxview/StructuredText/STletters.py b/wxPython/samples/stxview/StructuredText/STletters.py
deleted file mode 100644 (file)
index 5168b01..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-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