This commit is contained in:
Kovid Goyal 2009-06-07 21:57:59 -07:00
parent 79f15cd010
commit 99993e492e
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ from modulegraph.find_modules import find_modules
PYTHON = '/Library/Frameworks/Python.framework/Versions/Current/bin/python'
class BuildAPP(py2app):
QT_PREFIX = '/Users/kovid/qt'
QT_PREFIX = '/Volumes/sw/qt'
LOADER_TEMPLATE = \
r'''#!/usr/bin/env python
import os, sys, glob

View File

@ -2,7 +2,7 @@ __license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal kovid@kovidgoyal.net'
__docformat__ = 'restructuredtext en'
__appname__ = 'calibre'
__version__ = '0.6.0b2'
__version__ = '0.6.0b3'
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
import re

View File

@ -45,7 +45,7 @@ LANGUAGE_CODE = 'en-us'
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = False
USE_I18N = True
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (