Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r75453:1ba9cde15d19 Date: 2015-01-20 20:25 +0100 http://bitbucket.org/pypy/pypy/changeset/1ba9cde15d19/
Log: uh? diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/release/package.py @@ -113,7 +113,7 @@ if not sys.platform == 'win32': modules += ['_curses', 'syslog', 'gdbm', '_sqlite3'] if not options.no_tk: - modules.append(('_tkinter')) + modules.append('_tkinter') for module in modules: try: subprocess.check_call([str(pypy_c), '-c', 'import ' + module]) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit