X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b4e3f352b36dee39d7e451a6c9db90862f5563e..1e4a197e4c60e461b8068b0619692ea083e30b8b:/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 index 5168b01e47..0000000000 --- a/wxPython/samples/stxview/StructuredText/STletters.py +++ /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