mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 23:36:01 +01:00
...
This commit is contained in:
parent
35ce3f204b
commit
57a7a53f60
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@
|
|||
from threading import Lock
|
||||
from SimpleHTTPServer import SimpleHTTPRequestHandler
|
||||
|
||||
from PyQt4.Qt import QCoreApplication, QScriptEngine, QScriptValue
|
||||
from PyQt4.Qt import QCoreApplication
|
||||
from PyQt4.QtScript import QScriptEngine, QScriptValue
|
||||
|
||||
class Compiler(QScriptEngine): # {{{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue