v2017.08.26

- minor fixes
- fixed db terminal script not being able to load objects correctly
This commit is contained in:
lcdr
2017-08-26 19:34:37 +02:00
parent 7fe63996e4
commit e3cf54bef0
7 changed files with 92 additions and 24 deletions
+4
View File
@@ -3,6 +3,10 @@ import code
import transaction
import ZEO
from luserver.auth import AuthServer
from luserver.world import WorldServer
conn = ZEO.connection(12345)
root = conn.root
c = transaction.commit