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 ba96f77 commit cb93e5aCopy full SHA for cb93e5a
cmds/cmd_package.py
@@ -950,12 +950,6 @@ def package_wizard():
950
f.write(package)
951
f.close()
952
953
- s = Template(Sconscript_file)
954
- sconscript = s.substitute(name=name)
955
- f = file(os.path.join(pkg_path, 'SConscript'), 'wb')
956
- f.write(sconscript)
957
- f.close()
958
-
959
print ('\nThe package index was created successfully.')
960
961
0 commit comments