mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
remove unused lock import
This commit is contained in:
parent
0be6b2965d
commit
c87bf9a3b8
1 changed files with 0 additions and 1 deletions
|
@ -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 *
|
||||
|
|
Loading…
Reference in a new issue