Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/opds.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2011-03-23 18:14:52 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-03-23 18:14:52 (GMT)
commit5bcdbbc189ef05ae7dc258f3174a6c79c2999fa0 (patch)
tree3e9b2c6273711547327795d4bb3d08a40b6a3172 /opds.py
parentb4e6c31aece928117cf2684d170595728aed23bf (diff)
Remove unused variables
Diffstat (limited to 'opds.py')
-rw-r--r--opds.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/opds.py b/opds.py
index 16532c4..05cd530 100644
--- a/opds.py
+++ b/opds.py
@@ -27,11 +27,7 @@ import gtk
_logger = logging.getLogger('get-ia-books-activity')
-_FEEDBOOKS_URI = 'http://feedbooks.com/books/search.atom?query='
-_INTERNETARCHIVE_URI = 'http://bookserver.archive.org/catalog/opensearch?q='
-
_REL_OPDS_ACQUISTION = u'http://opds-spec.org/acquisition'
-_REL_OPDS_COVER = u'http://opds-spec.org/image'
gobject.threads_init()