~ubuntu-branches/ubuntu/lucid/gyp/lucid-proposed

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2010-02-17 22:00:38 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217220038-hmfvpu3zapmihgeo
Tags: 0.1~svn785-0ubuntu1

New upstream snapshot, needed to support --no-circular-check

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
 
 
3
# Copyright (c) 2009 Google Inc. All rights reserved.
 
4
# Use of this source code is governed by a BSD-style license that can be
 
5
# found in the LICENSE file.
 
6
 
3
7
from distutils.core import setup
4
8
from distutils.command.install import install
5
9
from distutils.command.install_lib import install_lib