~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-20 19:48:22 UTC
  • mfrom: (2474.1.74 dirstate_pyrex)
  • Revision ID: pqm@pqm.ubuntu.com-20070720194822-smqttk05w6efypf0
(John Arbash Meinel) Implement DirState._read_dirblocks() in pyrex

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
            ext_modules.append(Extension(module_name, [c_name]))
196
196
 
197
197
 
 
198
add_pyrex_extension('bzrlib._dirstate_helpers_c')
198
199
add_pyrex_extension('bzrlib._knit_load_data_c')
199
200
 
200
201