1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00

Removed unused imports...

This commit is contained in:
Adolfo Gómez 2012-11-28 09:51:19 +00:00
parent 8fe268a1f1
commit 06bdc36645

View File

@ -9,8 +9,6 @@ from ovirtsdk.api import API
import threading
import logging
import ovirtsdk
from roman import OutOfRangeError
logger = logging.getLogger(__name__)