1
0
ミラー元 https://github.com/arsenetar/dupeguru.git 前回の同期 2025-07-02 21:43:21 +00:00

Added missing import in build script.

このコミットが含まれているのは:
Virgil Dupras 2013-03-24 11:15:27 -04:00
コミット 7cac0b5d6e

ファイルの表示

@ -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