Remove unused import of UserDict.

This commit is contained in:
Valentin Lorentz 2012-08-04 22:39:22 +02:00
parent fff9b837fb
commit e89dcf867a
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@
import sys import sys
import types import types
import fnmatch import fnmatch
import UserDict
import threading import threading
def universalImport(*names): def universalImport(*names):