def cp(file_name, target="."):
     copy_file(os.path.join(scitbx_dist, file_name), target)
 def cp(file_name, target="."):
     copy_file(os.path.join(scitbx_dist, file_name), target)