~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

Merge bzr.dev

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