# HG changeset patch # User Nicolas Chauvat # Date 1244051355 -7200 # Node ID 8db8c21779bcd07a06f3154e5868762955356d62 # Parent 010a4b0fe855e4be0f28a929ba408c4a0a09cee3# Parent 82128fe6798cc5fd6433b27f2b65709dabd27a1b merge stable branch into default. diff -r 010a4b0fe855 -r 8db8c21779bc cwctl.py --- a/cwctl.py Wed Jun 03 16:52:24 2009 +0200 +++ b/cwctl.py Wed Jun 03 19:49:15 2009 +0200 @@ -200,7 +200,7 @@ or tinfo.__doc__) if shortdesc: print ' '+ ' \n'.join(shortdesc.splitlines()) - modes = detect_available_modes(CubicWebConfiguration.cube_dir(cube)) + modes = detect_available_modes(cwcfg.cube_dir(cube)) print ' available modes: %s' % ', '.join(modes) print try: