~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/benchmarks/bench_knit.py

  • Committer: Joe Julian
  • Date: 2010-01-10 02:25:31 UTC
  • mto: (4634.119.7 2.0)
  • mto: This revision was merged to the branch mainline in revision 4959.
  • Revision ID: joe@julianfamily.org-20100110022531-wqk61rsagz8xsiga
Added MANIFEST.in to allow bdist_rpm to have all the required include files and tools. bdist_rpm will still fail to build correctly on some distributions due to a disttools bug http://bugs.python.org/issue644744

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        def reset():
66
66
            knit._load_data = orig
67
67
        self.addCleanup(reset)
68
 
        from bzrlib._knit_load_data_c import _load_data_c
 
68
        from bzrlib._knit_load_data_pyx import _load_data_c
69
69
        knit._load_data = _load_data_c
70
70
 
71
71
    def setup_load_data_py(self):