equal
deleted
inserted
replaced
272 name = 'i18ncubicweb' |
272 name = 'i18ncubicweb' |
273 |
273 |
274 def run(self, args): |
274 def run(self, args): |
275 """run the command with its specific arguments""" |
275 """run the command with its specific arguments""" |
276 if args: |
276 if args: |
277 raise BadCommandUsage('Too much arguments') |
277 raise BadCommandUsage('Too many arguments') |
278 import shutil |
278 import shutil |
279 import tempfile |
279 import tempfile |
280 import yams |
280 import yams |
281 from logilab.common.fileutils import ensure_fs_mode |
281 from logilab.common.fileutils import ensure_fs_mode |
282 from logilab.common.shellutils import globfind, find, rm |
282 from logilab.common.shellutils import globfind, find, rm |