From ec4a1df1e01de16cca04788d945ac4afa1f58e84 Mon Sep 17 00:00:00 2001 From: Haoyu Bai Date: Sat, 4 Jul 2009 17:37:05 +0000 Subject: [PATCH] correct previous commit so exec.py also can run in python 2 with empty global [SVN r54652] --- test/exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/exec.py b/test/exec.py index c8628bf8..c7bf28f3 100644 --- a/test/exec.py +++ b/test/exec.py @@ -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