Commit 7cea5781 authored by Chris McDonough's avatar Chris McDonough

Removed import of lettpunc and punctuations.

parent b29008c9
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
import re, ST, STDOM import re, ST, STDOM
from string import split, join, replace, expandtabs, strip, find from string import split, join, replace, expandtabs, strip, find
from STletters import letters,lettpunc,punctuations from STletters import letters
StringType=type('') StringType=type('')
ListType=type([]) ListType=type([])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment