Fix bad import

This commit is contained in:
Eugenio Lacuesta 2019-11-03 00:32:07 -03:00
parent 1aba513693
commit 68bf192172
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import sys
import pprint
import marshal
import warnings
from import pickle
import pickle
from xml.sax.saxutils import XMLGenerator
import six