idp: add missing StringIO import

This commit is contained in:
Frédéric Péters 2013-07-22 14:11:29 +02:00
parent 2f4c98d4e9
commit 2b05ea63e7
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ try:
except ImportError:
lasso = None
from cStringIO import StringIO
import urllib2
import urlparse