StringIO was imported twice.

This commit is contained in:
Bithin A 2012-02-09 16:05:16 +05:30
parent 44ea3f0b03
commit faf9629804
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):