summaryrefslogtreecommitdiff
path: root/pygnulib/GLTestDir.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygnulib/GLTestDir.py')
-rw-r--r--pygnulib/GLTestDir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygnulib/GLTestDir.py b/pygnulib/GLTestDir.py
index 7a7f5c52fb..36aa5d2117 100644
--- a/pygnulib/GLTestDir.py
+++ b/pygnulib/GLTestDir.py
@@ -961,7 +961,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']]