~ubuntu-branches/ubuntu/intrepid/python-cjson/intrepid

« back to all changes in this revision

Viewing changes to build_inplace

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2007-08-24 16:12:17 UTC
  • Revision ID: james.westby@ubuntu.com-20070824161217-kwe0yb917tk5eoxb
Tags: upstream-1.0.5
ImportĀ upstreamĀ versionĀ 1.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
python setup.py build_ext --inplace
 
4
python setup.py clean
 
5