~logan/ubuntu/raring/distribute/0.6.34

« back to all changes in this revision

Viewing changes to setuptools/dist.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-08-29 11:43:26 UTC
  • mfrom: (1.2.1) (14.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20120829114326-9ahdrcjw4tdscpc1
Tags: 0.6.28-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
        """Fetch an egg needed for building"""
267
267
        try:
268
268
            cmd = self._egg_fetcher
 
269
            cmd.package_index.to_scan = []
269
270
        except AttributeError:
270
271
            from setuptools.command.easy_install import easy_install
271
272
            dist = self.__class__({'script_args':['easy_install']})