server/__init__.py
branchstable
changeset 2395 e3093fc12a00
parent 2394 92bba46b853f
child 2396 8bfb99d7bbcc
--- a/server/__init__.py	Sat Jul 18 16:17:46 2009 +0200
+++ b/server/__init__.py	Sat Jul 18 22:58:30 2009 +0200
@@ -45,7 +45,7 @@
     assert len(repo.sources) == 1, repo.sources
     schema = repo.schema
     sourcescfg = config.sources()
-    print '-> creating necessary tables into the system source.'
+    print '-> creating tables...'
     source = sourcescfg['system']
     driver = source['db-driver']
     sqlcnx = repo.system_source.get_connection()