From 99993e492e61f2d67dc01fc0db45f1ecd089c5e7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 7 Jun 2009 21:57:59 -0700 Subject: [PATCH] beta 3 --- installer/osx/freeze.py | 2 +- src/calibre/constants.py | 2 +- src/calibre/www/settings.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/installer/osx/freeze.py b/installer/osx/freeze.py index fdfa575daf..3ccdb9bd61 100644 --- a/installer/osx/freeze.py +++ b/installer/osx/freeze.py @@ -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 diff --git a/src/calibre/constants.py b/src/calibre/constants.py index 28020933bd..319b01f887 100644 --- a/src/calibre/constants.py +++ b/src/calibre/constants.py @@ -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 " import re diff --git a/src/calibre/www/settings.py b/src/calibre/www/settings.py index d20185c943..4197ff57f4 100644 --- a/src/calibre/www/settings.py +++ b/src/calibre/www/settings.py @@ -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 = (