Remove an unused import

Signed-off-by: Wieland Hoffmann <themineo@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Wieland Hoffmann 2016-08-09 21:03:02 +02:00 committed by Nicolas Sebrecht
parent 473be4c66f
commit ad2070f0d4
1 changed files with 0 additions and 4 deletions

View File

@ -21,10 +21,6 @@ import json
from threading import Lock
from os import listdir, makedirs, path, unlink
from sys import exc_info
try:
import UserDict
except ImportError: # Py3.
from collections import UserDict
try:
from ConfigParser import NoSectionError
except ImportError: # Py3.