Added missing import in build script.

This commit is contained in:
Virgil Dupras 2013-03-24 11:15:27 -04:00
parent a4003b6072
commit 7cac0b5d6e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from hscommon import sphinxgen
from hscommon.build import (add_to_pythonpath, print_and_do, copy_packages, filereplace,
get_module_version, move_all, copy_sysconfig_files_for_embed, copy_all, OSXAppStructure,
build_cocoalib_xibless, fix_qt_resource_file, build_cocoa_ext, copy_embeddable_python_dylib,
collect_stdlib_dependencies)
collect_stdlib_dependencies, copy)
from hscommon import loc
from hscommon.plat import ISOSX, ISLINUX
from hscommon.util import ensure_folder, delete_files_with_pattern