~ubuntu-branches/ubuntu/wily/python-fswrap/wily

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Sebastian Ramacher
  • Date: 2014-02-11 11:45:13 UTC
  • Revision ID: package-import@ubuntu.com-20140211114513-gv7ovjhn7jlqexms
Tags: 0.1.1-1.1
* Non-maintainer upload.
* debian/patches/distribute.patch: Disable downloading of distribute from
  PyPI. (Closes: #735825)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from distribute_setup import use_setuptools
2
 
use_setuptools()
3
1
from setuptools import setup
4
2
 
5
3
try: