--- a/devtools/devctl.py Tue Apr 21 17:04:38 2009 +0200
+++ b/devtools/devctl.py Tue Apr 21 18:18:36 2009 +0200
@@ -9,7 +9,7 @@
import sys
from datetime import datetime
-from os import mkdir, chdir, listdir
+from os import mkdir, chdir
from os.path import join, exists, abspath, basename, normpath, split, isdir
@@ -143,7 +143,7 @@
add_msg(w, rschema.description)
w('# add related box generated message\n')
w('\n')
- actionbox = self.vreg['actions']['edit_box'][0]
+ actionbox = vreg['boxes']['edit_box'][0]
for eschema in schema.entities():
if eschema.is_final():
continue