~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: John Arbash Meinel
  • Date: 2009-02-05 21:11:28 UTC
  • mto: This revision was merged to the branch mainline in revision 3984.
  • Revision ID: john@arbash-meinel.com-20090205211128-u20k1ok49sxbrmxc
fix typo in setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
            if not self.allow_python_fallback:
212
212
                log.warn('\n  Cannot build extensions.\n'
213
213
                         '  Use "build_ext --allow-python-fallback" to use'
214
 
                         ' slower python implementations instead.\n')
 
214
                         ' slower python implementations instead.\n'
215
215
                         % (ext.name,))
216
216
                raise
217
217
            log.warn('\n  Building of "%s" extension failed.\n'