536
536
py2exe = self.distribution.get_command_obj('py2exe', False)
538
540
compile_names = [f for f in self.outfiles if f.endswith('.py')]
539
541
byte_compile(compile_names,
541
543
force=self.force, prefix=self.install_dir,
548
546
# end of class install_data_with_bytecompile
550
548
target = py2exe.build_exe.Target(script = "bzr",