~lifanxi/calibre/calibre-experimental

« back to all changes in this revision

Viewing changes to src/calibre/constants.py

  • Committer: Li Fanxi
  • Date: 2010-06-30 07:55:57 UTC
  • mfrom: (5545.1.99 trunk)
  • Revision ID: lifanxi@nj-byron-li-nb-20100630075557-4wyiif1qg2uitlr9
Merge changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
3
3
__docformat__ = 'restructuredtext en'
4
4
__appname__   = 'calibre'
5
 
__version__   = '0.7.4'
 
5
__version__   = '0.7.6'
6
6
__author__    = "Kovid Goyal <kovid@kovidgoyal.net>"
7
7
 
8
8
import re