~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-12 17:54:40 UTC
  • mfrom: (4679.3.94 2.1-simple-set)
  • Revision ID: pqm@pqm.ubuntu.com-20091012175440-ev0bsp43dxi6dt6b
(jam) Add the SimpleSet class,
        will be used for interning StaticTuple objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
add_pyrex_extension('bzrlib._chk_map_pyx', libraries=[z_lib])
301
301
ext_modules.append(Extension('bzrlib._patiencediff_c',
302
302
                             ['bzrlib/_patiencediff_c.c']))
 
303
add_pyrex_extension('bzrlib._simple_set_pyx')
303
304
 
304
305
 
305
306
if unavailable_files: