fix missing import
This commit is contained in:
parent
930209e71c
commit
ea8a1b3241
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue