RB input: Fix imports.

This commit is contained in:
John Schember 2009-05-23 13:37:48 -04:00
parent 9f54a396d6
commit 1b100b5c5c

View File

@ -1,5 +1,3 @@
import os.path
import zlib
# -*- coding: utf-8 -*-
__license__ = 'GPL 3'
@ -8,6 +6,7 @@ __docformat__ = 'restructuredtext en'
import os
import struct
import zlib
from urllib import unquote as urlunquote
from calibre import CurrentDir