Fix previous commit.

This commit is contained in:
Valentin Lorentz 2013-02-22 20:26:26 +00:00
parent 78a722f38b
commit f9171f5c5e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ try:
except OSError:
pass
os.mkdir('py3k')
for dirname in ('locales', 'docs', 'plugins', 'src', 'test'):
for dirname in ('locales', 'docs', 'plugins', 'src', 'test', 'scripts'):
shutil.copytree(dirname, os.path.join('py3k', dirname))
for filename in ('setup.py',):
shutil.copyfile(filename, os.path.join('py3k', filename))