Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6b39e commit 670fa52Copy full SHA for 670fa52
1 file changed
Tools/idle/setup.py
@@ -74,7 +74,7 @@ def _bytecode_filenames(self, files):
74
as well as a Python shell window and a debugger.""",
75
76
cmdclass = {'build_py':idle_build_py,
77
- 'install_lib':idle_install_lib},
+ 'install_lib':idle_install_lib},
78
package_dir = {idlelib:'.'},
79
packages = [idlelib],
80
scripts = ['idle']
0 commit comments