1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-20 06:50:23 +03:00

Fixed indent

This commit is contained in:
Adolfo Gómez García 2017-03-22 12:30:34 +01:00
parent e99c77a97f
commit 8e594c7c7f

View File

@ -9,9 +9,9 @@ import ovirtsdk4 as ovirt
# Sometimes, we import ovirtsdk4 but "types" does not get imported... event can't be found
# With this seems to work propertly
try:
from ovirtsdk4 import types as ovirtTypes # @UnresolvedImport @UnusedImport
from ovirtsdk4 import types as ovirtTypes # @UnresolvedImport @UnusedImport
except:
pass
pass
import threading
import logging