mirror of
https://github.com/lcdr/luserver.git
synced 2026-05-08 04:49:09 -05:00
v2017.08.26
- minor fixes - fixed db terminal script not being able to load objects correctly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user