Skip to content

Commit fe6ed99

Browse files
committed
menuconfig: Import print_function for Python 2 compatibility
1 parent c3162be commit fe6ed99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

menuconfig.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@
187187
'pip install kconfiglib' on Windows automatically installs windows-curses
188188
to make the menuconfig usable.
189189
"""
190+
from __future__ import print_function
191+
190192
import curses
191193
import errno
192194
import locale

0 commit comments

Comments
 (0)