mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
beta 3
This commit is contained in:
parent
79f15cd010
commit
99993e492e
@ -19,7 +19,7 @@ from modulegraph.find_modules import find_modules
|
|||||||
PYTHON = '/Library/Frameworks/Python.framework/Versions/Current/bin/python'
|
PYTHON = '/Library/Frameworks/Python.framework/Versions/Current/bin/python'
|
||||||
|
|
||||||
class BuildAPP(py2app):
|
class BuildAPP(py2app):
|
||||||
QT_PREFIX = '/Users/kovid/qt'
|
QT_PREFIX = '/Volumes/sw/qt'
|
||||||
LOADER_TEMPLATE = \
|
LOADER_TEMPLATE = \
|
||||||
r'''#!/usr/bin/env python
|
r'''#!/usr/bin/env python
|
||||||
import os, sys, glob
|
import os, sys, glob
|
||||||
|
@ -2,7 +2,7 @@ __license__ = 'GPL v3'
|
|||||||
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
|
||||||
__docformat__ = 'restructuredtext en'
|
__docformat__ = 'restructuredtext en'
|
||||||
__appname__ = 'calibre'
|
__appname__ = 'calibre'
|
||||||
__version__ = '0.6.0b2'
|
__version__ = '0.6.0b3'
|
||||||
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
@ -45,7 +45,7 @@ LANGUAGE_CODE = 'en-us'
|
|||||||
|
|
||||||
# If you set this to False, Django will make some optimizations so as not
|
# If you set this to False, Django will make some optimizations so as not
|
||||||
# to load the internationalization machinery.
|
# to load the internationalization machinery.
|
||||||
USE_I18N = False
|
USE_I18N = True
|
||||||
|
|
||||||
# List of callables that know how to import templates from various sources.
|
# List of callables that know how to import templates from various sources.
|
||||||
TEMPLATE_LOADERS = (
|
TEMPLATE_LOADERS = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user