[Subversion] / ez_setup / __init__.py  

Diff of /ez_setup/__init__.py

Parent Directory | Revision Log

version 2090, Wed Sep 14 16:42:04 2005 UTC version 2092, Thu Sep 15 03:28:07 2005 UTC
Line 13 
Line 13 
   
 This file can also be run as a script to install or upgrade setuptools.  This file can also be run as a script to install or upgrade setuptools.
 """  """
   import sys
 DEFAULT_VERSION = "0.6a1"  DEFAULT_VERSION = "0.6a1"
 DEFAULT_URL     = "http://cheeseshop.python.org/packages/source/s/setuptools/"  DEFAULT_URL     = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
   
 md5_data = {  md5_data = {
     'setuptools-0.5a13-py2.3.egg': '85edcf0ef39bab66e130d3f38f578c86',      'setuptools-0.5a13-py2.3.egg': '85edcf0ef39bab66e130d3f38f578c86',
Line 69 
Line 70 
             )              )
             sys.exit(2)              sys.exit(2)
     except ImportError:      except ImportError:
         egg = download_setuptools(version, download_base, to_dir, dl_delay)          egg = download_setuptools(version, download_base, to_dir, download_delay)
         sys.path.insert(0, egg)          sys.path.insert(0, egg)
         import setuptools; setuptools.bootstrap_install_from = egg          import setuptools; setuptools.bootstrap_install_from = egg
   


Generate output suitable for use with a patch program
Legend:
Removed from v.2090  
changed lines
  Added in v.2092

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help