# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1236867153 -3600 # Node ID 4370edac331ee3d815646d561f7e3b5d77ef08c6 # Parent 7437abc17e02cdd545e0ccdf3a0c3285bd34e0ee drop useless and buggy statement diff -r 7437abc17e02 -r 4370edac331e devtools/devctl.py --- a/devtools/devctl.py Wed Mar 11 19:56:46 2009 +0100 +++ b/devtools/devctl.py Thu Mar 12 15:12:33 2009 +0100 @@ -284,7 +284,6 @@ def run(self, args): """run the command with its specific arguments""" - CUBEDIR = DevCubeConfiguration.cubes_dir() if args: cubes = [DevCubeConfiguration.cube_dir(cube) for cube in args] else: