Commit 3e26ed3f authored by Barry Warsaw's avatar Barry Warsaw

Removed two unused imports. Closes patch #525225.

2.2.1 candidate (but not terribly important).
parent a33c1e69
...@@ -11,10 +11,6 @@ import random ...@@ -11,10 +11,6 @@ import random
from types import ListType, StringType from types import ListType, StringType
from cStringIO import StringIO from cStringIO import StringIO
# Intrapackage imports
import Message
import Errors
EMPTYSTRING = '' EMPTYSTRING = ''
SEMISPACE = '; ' SEMISPACE = '; '
BAR = '|' BAR = '|'
......
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