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

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

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


From: Dmitriy Selyutin
Subject: Re: [gnulib-tool-py] [BUGFIX] GLTestDir.py: fixup: s/os, mkdir/os.mkdir/
Date: Fri, 21 Sep 2012 19:25:37 +0300

Hi Stefano,

thanks for bug submission. I'll fix it in the next release of pygnulib.
I've talked to Bruno about some serious changes in pygnulib. We want to change platform and use some useful pure Python modules to make development easier, but it needs time. I have some problems which I have to solve, so I guess the nearest release will be in the nex two weeks approximately.

2012/9/21 Stefano Lattarini <address@hidden>
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




--
With best regards,
Dmitriy Selyutin

E-mail: address@hidden
Phone: +7(985)334-07-70


reply via email to

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