Revert "python: Temporarily disable python state tracker until transfers are done by contexts"

This reverts commit 50a7786619.
This commit is contained in:
José Fonseca 2010-03-29 17:52:10 +01:00
parent f3cb08f3dd
commit 588dd187c4

View file

@ -3,8 +3,7 @@ import os.path
Import('*')
if 'python' in env['statetrackers'] and 0:
# FIXME: Disable python state tracker until transfers are done by contexts
if 'python' in env['statetrackers']:
env = env.Clone()