gnulib-tool-py
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnulib-tool-py] [BUGFIX] GLTestDir.py: fixup: s/os, mkdir/os.mkdir/


From: Stefano Lattarini
Subject: [gnulib-tool-py] [BUGFIX] GLTestDir.py: fixup: s/os, mkdir/os.mkdir/
Date: Thu, 20 Sep 2012 23:10:55 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 pygnulib/GLTestDir.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pygnulib/GLTestDir.py b/pygnulib/GLTestDir.py
index 8652d1f..1970852 100644
--- a/pygnulib/GLTestDir.py
+++ b/pygnulib/GLTestDir.py
@@ -976,7 +976,7 @@ class GLMegaTestDir(object):
     constants.execute(args, verbose)
     try: # Try to make a directory
       if not isdir('build-aux'):
-        os,mkdir('build-aux')
+        os.mkdir('build-aux')
     except Exception as error:
       pass
     args = [UTILS['autoconf']]
-- 
1.7.12.317.g1c54b74




reply via email to

[Prev in Thread] Current Thread [Next in Thread]