Commit 094bda2f authored by Stefan Behnel's avatar Stefan Behnel

__future__ imports syntax test

parent 0bc6a335
# mode: compile
from __future__ import nested_scopes
from __future__ import with_statement
pass
from __future__ import nested_scopes ; from __future__ import nested_scopes
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment