|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54652 - sandbox-branches/bhy/py3k/libs/python/test
From: divinekid_at_[hidden]
Date: 2009-07-04 13:37:06
Author: bhy
Date: 2009-07-04 13:37:05 EDT (Sat, 04 Jul 2009)
New Revision: 54652
URL: http://svn.boost.org/trac/boost/changeset/54652
Log:
correct previous commit so exec.py also can run in python 2 with empty global
Text files modified:
sandbox-branches/bhy/py3k/libs/python/test/exec.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox-branches/bhy/py3k/libs/python/test/exec.py
==============================================================================
--- sandbox-branches/bhy/py3k/libs/python/test/exec.py (original)
+++ sandbox-branches/bhy/py3k/libs/python/test/exec.py 2009-07-04 13:37:05 EDT (Sat, 04 Jul 2009)
@@ -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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk