/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-09 00:44:25 UTC
  • mfrom: (4454.3.79 1.17-rework-annotate)
  • Revision ID: pqm@pqm.ubuntu.com-20090709004425-6tukiuklys5y02m5
(jam) Rework the internals of annotate to use a class object (fixes
        bug #387952)

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
        define_macros=define_macros, libraries=libraries))
260
260
 
261
261
 
 
262
add_pyrex_extension('bzrlib._annotator_pyx')
262
263
add_pyrex_extension('bzrlib._bencode_pyx')
263
264
add_pyrex_extension('bzrlib._btree_serializer_pyx')
264
265
add_pyrex_extension('bzrlib._chunks_to_lines_pyx')