------------------------------------------------------------
revno: 337
committer: Seif Lotfy <s...@lotfy.com>
branch nick: bluebird
timestamp: Wed 2011-11-02 17:15:18 +0100
message:
  add missing import of NULL_EVENT in fts.py
modified:
  extensions/fts-python/fts.py


--
lp:zeitgeist
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird

Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist.
To unsubscribe from this branch go to 
https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird/+edit-subscription
=== modified file 'extensions/fts-python/fts.py'
--- extensions/fts-python/fts.py	2011-10-13 16:17:36 +0000
+++ extensions/fts-python/fts.py	2011-11-02 16:15:18 +0000
@@ -49,7 +49,7 @@
 from collections import defaultdict
 from array import array
 from zeitgeist.datamodel import Event as OrigEvent, StorageState, TimeRange, \
-    ResultType, get_timestamp_for_now, Interpretation, Symbol, NEGATION_OPERATOR, WILDCARD
+    ResultType, get_timestamp_for_now, Interpretation, Symbol, NEGATION_OPERATOR, WILDCARD, NULL_EVENT
 from datamodel import Event, Subject
 from constants import constants
 from zeitgeist.client import ZeitgeistClient, ZeitgeistDBusInterface

_______________________________________________
Mailing list: https://launchpad.net/~zeitgeist
Post to     : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp

Reply via email to