Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-03-09 16:48:07 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-09 16:48:07 (GMT)
commite65c96982cb49ddc14b1062c5728ebc89c7a0cf0 (patch)
treeede934a9ae059088e0aa34f132594d329b6f2d71
parent6a0bd0b55e31af5468952fc0997fa8bbe9df8e52 (diff)
* Patch xapianindex to not import with-statement (now that we'vedebian/0.8.0.git.13d354b-3
patched around using it).
-rw-r--r--debian/changelog7
-rw-r--r--src/olpc/datastore/xapianindex.py2
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7e038c7..dbbe37e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sugar-datastore (0.8.0~git.13d354b-3) unstable; urgency=low
+
+ * Patch xapianindex to not import with-statement (now that we've
+ patched around using it).
+
+ -- Jonas Smedegaard <dr@jones.dk> Sun, 09 Mar 2008 17:46:58 +0100
+
sugar-datastore (0.8.0~git.13d354b-2) unstable; urgency=low
* Patch converter, datatore and backingstore to nest try: except: in
diff --git a/src/olpc/datastore/xapianindex.py b/src/olpc/datastore/xapianindex.py
index 37fe721..b3da0cc 100644
--- a/src/olpc/datastore/xapianindex.py
+++ b/src/olpc/datastore/xapianindex.py
@@ -4,8 +4,6 @@ xapianindex
maintain indexes on content
"""
-from __future__ import with_statement
-
__author__ = 'Benjamin Saller <bcsaller@objectrealms.net>'
__docformat__ = 'restructuredtext'
__copyright__ = 'Copyright ObjectRealms, LLC, 2007'