Merge pull request #2 from bithin/patch-1

StringIO was imported twice.
This commit is contained in:
R. Tyler Croy 2012-02-09 12:30:37 -08:00
commit 392002484d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import unittest
from StringIO import StringIO
from xml.sax.saxutils import escape
from StringIO import StringIO
class _TestInfo(object):