--- a/goa/goactl.py Tue Feb 17 20:56:45 2009 +0100
+++ b/goa/goactl.py Tue Feb 17 21:29:58 2009 +0100
@@ -11,7 +11,7 @@
from cubicweb import BadCommandUsage
from cubicweb import CW_SOFTWARE_ROOT
from cubicweb.toolsutils import (Command, register_commands, copy_skeleton,
- create_dir, create_symlink, create_copy)
+ create_dir, create_symlink, create_copy)
from cubicweb.cwconfig import CubicWebConfiguration
from logilab import common as lgc
@@ -54,6 +54,7 @@
'rset.py',
'schema.py',
'schemaviewer.py',
+ 'selectors.py',
'vregistry.py',
'common/appobject.py',
@@ -65,7 +66,6 @@
'common/mttransforms.py',
'common/registerers.py',
'common/rest.py',
- 'common/selectors.py',
'common/view.py',
'common/uilib.py',
'common/utils.py',