Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/atoidejouer/db/story.py
diff options
context:
space:
mode:
Diffstat (limited to 'atoidejouer/db/story.py')
-rw-r--r--atoidejouer/db/story.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/atoidejouer/db/story.py b/atoidejouer/db/story.py
index ed7c40b..a0392c7 100644
--- a/atoidejouer/db/story.py
+++ b/atoidejouer/db/story.py
@@ -150,6 +150,12 @@ class DB(object):
yield obj
cur.close()
+ def get_layout_max(self):
+ return 10
+
+ def get_duration_max(self):
+ return 10
+
def update(self, obj):
cur = self.con.cursor()
cur.execute(obj.update())