remove unused lock import

This commit is contained in:
Damien Elmes 2009-05-02 15:18:29 +09:00
parent 0be6b2965d
commit c87bf9a3b8

View file

@ -8,7 +8,6 @@ from PyQt4.QtWebKit import QWebPage
import os, sys, re, types, gettext, stat, traceback, inspect
import shutil, time, glob, tempfile, datetime, zipfile, locale
from threading import Lock
from PyQt4.QtCore import *
from PyQt4.QtGui import *