Fixed compiler module so __future__ print_function is compilable.

This commit is contained in:
Eric Smith 2008-03-19 02:11:30 +00:00
parent b89a096d6d
commit 5d5c63f462
3 changed files with 5 additions and 2 deletions

View file

@ -19,3 +19,4 @@ CO_GENERATOR_ALLOWED = 0
CO_FUTURE_DIVISION = 0x2000
CO_FUTURE_ABSIMPORT = 0x4000
CO_FUTURE_WITH_STATEMENT = 0x8000
CO_FUTURE_PRINT_FUNCTION = 0x10000