ui/UIBase.py: remove unused import

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2015-01-01 22:21:44 +01:00
parent 7b453efcce
commit e613f6992d
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ import logging
import re
import time
import sys
import os
import traceback
import threading
try: