devtools/devctl.py
changeset 2692 bffb0e64736c
parent 2657 de974465d381
child 2773 b2530e3e0afb
child 3117 32686ae66c75
--- a/devtools/devctl.py	Tue Aug 04 19:36:22 2009 +0200
+++ b/devtools/devctl.py	Wed Aug 05 08:34:04 2009 +0200
@@ -259,7 +259,7 @@
         from logilab.common.fileutils import ensure_fs_mode
         from logilab.common.shellutils import globfind, find, rm
         from cubicweb.common.i18n import extract_from_tal, execute
-        tempdir = tempdir.mkdtemp()
+        tempdir = tempfile.mkdtemp()
         potfiles = [join(I18NDIR, 'static-messages.pot')]
         print '-> extract schema messages.'
         schemapot = join(tempdir, 'schema.pot')