mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
RB input: Fix imports.
This commit is contained in:
parent
9f54a396d6
commit
1b100b5c5c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import os.path
|
||||
import zlib
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__license__ = 'GPL 3'
|
||||
|
|
@ -8,6 +6,7 @@
|
|||
|
||||
import os
|
||||
import struct
|
||||
import zlib
|
||||
from urllib import unquote as urlunquote
|
||||
|
||||
from calibre import CurrentDir
|
||||
|
|
|
|||
Loading…
Reference in a new issue