Commit 3d6068d5 authored by Jason R. Coombs's avatar Jason R. Coombs

with_statement is available naturally in Python 2.6

parent f03d098e
[ssl:sys_platform=='win32']
wincertstore==0.2
[certs]
certifi==1.0.1
[ssl:sys_platform=='win32']
wincertstore==0.2
\ No newline at end of file
"""setuptools.command.egg_info
Create a distribution's .egg-info directory and contents"""
from __future__ import with_statement
import os
import re
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment