version 0.4.83

This commit is contained in:
Kovid Goyal 2008-08-07 02:41:45 -07:00
parent 5f35e863e6
commit ce48ed2038
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
''' E-book management software''' ''' E-book management software'''
__license__ = 'GPL v3' __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>' __copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'
__version__ = '0.4.82' __version__ = '0.4.83'
__docformat__ = "epytext" __docformat__ = "epytext"
__author__ = "Kovid Goyal <kovid at kovidgoyal.net>" __author__ = "Kovid Goyal <kovid at kovidgoyal.net>"
__appname__ = 'calibre' __appname__ = 'calibre'

View File

@ -4,7 +4,6 @@ import os, traceback
from PyQt4.QtCore import QThread, SIGNAL, QObject from PyQt4.QtCore import QThread, SIGNAL, QObject
from calibre import iswindows
from calibre.devices import devices from calibre.devices import devices
from calibre.devices.scanner import DeviceScanner from calibre.devices.scanner import DeviceScanner