From 2db0069b8919b5d35eebd5d2b99fc9fc30b4d454 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 16 Apr 2007 17:26:18 +0000 Subject: [PATCH] version bump --- setup.py | 2 +- src/libprs500/__init__.py | 2 +- src/libprs500/gui/__init__.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e4875b1ed8..9174785e3e 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,7 @@ setup( from LRF files (unencrypted books in the SONY BBeB format). A command line interface to this is provided via the command lrf-meta. - For SVN access: svn co https://svn.kovidgoyal.net/code/prs-500 + For SVN access: svn co https://svn.kovidgoyal.net/code/libprs500 .. _SONY Portable Reader: http://Sony.com/reader .. _USB: http://www.usb.org diff --git a/src/libprs500/__init__.py b/src/libprs500/__init__.py index 5d8a9c7363..8e99e729a1 100644 --- a/src/libprs500/__init__.py +++ b/src/libprs500/__init__.py @@ -33,7 +33,7 @@ You may have to adjust the GROUP and the location of the rules file to suit your distribution. """ -__version__ = "0.3.10" +__version__ = "0.3.11" __docformat__ = "epytext" __author__ = "Kovid Goyal " diff --git a/src/libprs500/gui/__init__.py b/src/libprs500/gui/__init__.py index 97fc193600..7e33606b61 100644 --- a/src/libprs500/gui/__init__.py +++ b/src/libprs500/gui/__init__.py @@ -18,7 +18,6 @@ __author__ = "Kovid Goyal " APP_TITLE = "libprs500" import pkg_resources, sys, os, re, StringIO, traceback -from PyQt4 import QtCore, QtGui # Needed in globals() for import_ui error_dialog = None