Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Pigout <florent.pigout@gmail.com>2011-10-25 03:17:49 (GMT)
committer Florent Pigout <florent.pigout@gmail.com>2011-10-25 03:17:49 (GMT)
commite868e5da6146dbd1797dfe48538fd61bf524dba4 (patch)
tree50b8114cf9382e1e7bbf380b4a6aa273502c1ff3
parent2fef57a57cb1c7962a922d5ac63ef22602bb5784 (diff)
load db after resources
-rw-r--r--activity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/activity.py b/activity.py
index 2f43550..ae2fb79 100644
--- a/activity.py
+++ b/activity.py
@@ -108,10 +108,10 @@ class AToiDeJouerActivity(activity.Activity):
def __init__(self, handle):
# init parent
activity.Activity.__init__(self, handle)
- # .. first db init
- story.DB(create=True)
# init activity working folder
storage.init_activity_files()
+ # db init
+ story.DB(create=True)
# ..
self.max_participants = 1
# get toolbox