Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/NoteDB.py
diff options
context:
space:
mode:
Diffstat (limited to 'Util/NoteDB.py')
-rw-r--r--Util/NoteDB.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Util/NoteDB.py b/Util/NoteDB.py
index cd8d1ca..7dd3245 100644
--- a/Util/NoteDB.py
+++ b/Util/NoteDB.py
@@ -56,6 +56,9 @@ class Page:
# TODO think of how to handle this!?
return self.nextNoteId
+ def setLocal( self, local ):
+ self.local = local
+
class PageListener:
def notifyPageAdd( self, id, at ):
pass