fix missing import

This commit is contained in:
Denis Fomin 2013-01-08 01:59:12 +04:00
parent 930209e71c
commit ea8a1b3241
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import sys
import time
import datetime
from gzip import GzipFile
from io import BytesIO
from io import BytesIO, StringIO
from gi.repository import GObject
from common import exceptions