2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

correct previous commit so exec.py also can run in python 2 with empty global

[SVN r54652]
This commit is contained in:
Haoyu Bai
2009-07-04 17:37:05 +00:00
parent 5f7eaa4617
commit ec4a1df1e0

View File

@@ -2,5 +2,5 @@
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
if True:
if 1:
number = 42