mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
b12
This commit is contained in:
parent
a679086e53
commit
8d2a578832
@ -2,7 +2,7 @@ __license__ = 'GPL v3'
|
||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
__appname__ = 'calibre'
|
||||
__version__ = '0.4.84b11'
|
||||
__version__ = '0.4.84b12'
|
||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||
'''
|
||||
Various run time constants.
|
||||
@ -60,4 +60,4 @@ if plugins is None:
|
||||
plugins[plugin] = (p, err)
|
||||
return plugins
|
||||
|
||||
plugins = load_plugins()
|
||||
plugins = load_plugins()
|
||||
|
Loading…
x
Reference in New Issue
Block a user