diff options
Diffstat (limited to 'examples/defconfig.py')
| -rw-r--r-- | examples/defconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/defconfig.py b/examples/defconfig.py index 3ed09fa..3e958e2 100644 --- a/examples/defconfig.py +++ b/examples/defconfig.py @@ -11,7 +11,7 @@ if os.path.exists(".config"): else: defconfig = conf.get_defconfig_filename() if defconfig is not None: - print "Using " + defconfig + print("Using" + defconfig) conf.load_config(defconfig) conf.write_config(".config") |
