devtools/devctl.py
changeset 2633 bc9386c3b2c9
parent 2615 1ea41b7c0836
child 2650 18aec79ec3a3
--- a/devtools/devctl.py	Sat Aug 01 16:20:08 2009 +0200
+++ b/devtools/devctl.py	Sat Aug 01 16:21:52 2009 +0200
@@ -16,7 +16,7 @@
 
 from logilab.common import STD_BLACKLIST
 from logilab.common.modutils import get_module_files
-from logilab.common.textutils import get_csv
+from logilab.common.textutils import splitstrip
 from logilab.common.shellutils import ASK
 from logilab.common.clcommands import register_commands
 
@@ -535,7 +535,7 @@
             if answer == 'y':
                 includes.append(stdtype)
             if answer == 'type':
-                includes = get_csv(raw_input('type dependancies: '))
+                includes = splitstrip(raw_input('type dependancies: '))
                 break
             elif answer == 'skip':
                 break