400
401
data_files.append(('', [os.path.join(dist_dir, 'tbzrshellext_x64.dll')]))
404
def get_qbzr_py2exe_info(includes, excludes, packages, data_files):
404
405
# PyQt4 itself still escapes the plugin detection code for some reason...
406
407
excludes.append('PyQt4.elementtree.ElementTree')