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