# HG changeset patch # User Aurelien Campeas # Date 1240330716 -7200 # Node ID 98b8e5c627b8a1292b89e1ef499f7a0bb28da475 # Parent 448c9802d7df61fec5b17cb36e99254d383e36c8 fix actionbox def diff -r 448c9802d7df -r 98b8e5c627b8 devtools/devctl.py --- 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