~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-11 20:23:00 UTC
  • mfrom: (3890.2.18 get_record_stream_chunked)
  • Revision ID: pqm@pqm.ubuntu.com-20081211202300-6dz1vo3phfsc23pj
(jam) Add ContentFactory.get_bytes_as('chunked') and
        osutils.chunks_to_lines()

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
 
259
259
 
260
260
add_pyrex_extension('bzrlib._btree_serializer_c')
 
261
add_pyrex_extension('bzrlib._chunks_to_lines_pyx')
261
262
add_pyrex_extension('bzrlib._knit_load_data_c')
262
263
if sys.platform == 'win32':
263
264
    add_pyrex_extension('bzrlib._dirstate_helpers_c',