Obsolete __future__ import

This commit is contained in:
Florent Xicluna 2013-02-22 10:22:10 +01:00
parent 467b9f5c29
commit 2204089121

View file

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import with_statement
__all__ = ['ast', 'iter_child_nodes', 'OrderedSet']