cwctl.py
changeset 2633 bc9386c3b2c9
parent 2615 1ea41b7c0836
child 2654 6512522860aa
--- a/cwctl.py	Sat Aug 01 16:20:08 2009 +0200
+++ b/cwctl.py	Sat Aug 01 16:21:52 2009 +0200
@@ -265,9 +265,9 @@
 
     def run(self, args):
         """run the command with its specific arguments"""
-        from logilab.common.textutils import get_csv
+        from logilab.common.textutils import splitstrip
         configname = self.config.config
-        cubes = get_csv(pop_arg(args, 1))
+        cubes = splitstrip(pop_arg(args, 1))
         appid = pop_arg(args)
         # get the configuration and helper
         cwcfg.creating = True