Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(900)

Side by Side Diff: Lib/venv/__main__.py

Issue 14843: support define_macros / undef_macros in setup.cfg
Patch Set: Created 1 year ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Lib/venv/__init__.py ('k') | Lib/venv/scripts/nt/Activate.ps1 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 import sys
2 from . import main
3
4 rc = 1
5 try:
6 main()
7 rc = 0
8 except Exception as e:
9 print('Error: %s' % e, file=sys.stderr)
10 sys.exit(rc)
OLDNEW
« no previous file with comments | « Lib/venv/__init__.py ('k') | Lib/venv/scripts/nt/Activate.ps1 » ('j') | no next file with comments »

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7