diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-17 12:09:26 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-17 12:09:26 -0400 |
| commit | 3d6068d5f67f044b2e37711b6275d58915e41895 (patch) | |
| tree | 994dda6bc3772b8c0515ad098d41a746bb07d43a /setuptools.egg-info | |
| parent | f03d098eef9f80ee2bccba52e7e55c52bdb16804 (diff) | |
| download | external_python_setuptools-3d6068d5f67f044b2e37711b6275d58915e41895.tar.gz external_python_setuptools-3d6068d5f67f044b2e37711b6275d58915e41895.tar.bz2 external_python_setuptools-3d6068d5f67f044b2e37711b6275d58915e41895.zip | |
with_statement is available naturally in Python 2.6
Diffstat (limited to 'setuptools.egg-info')
| -rw-r--r-- | setuptools.egg-info/requires.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/setuptools.egg-info/requires.txt b/setuptools.egg-info/requires.txt index e5db30ad..a49a923e 100644 --- a/setuptools.egg-info/requires.txt +++ b/setuptools.egg-info/requires.txt @@ -1,7 +1,7 @@ -[ssl:sys_platform=='win32'] -wincertstore==0.2 - [certs] -certifi==1.0.1
\ No newline at end of file +certifi==1.0.1 + +[ssl:sys_platform=='win32'] +wincertstore==0.2
\ No newline at end of file |
