Skip to content
Snippets Groups Projects
Commit 3a2f47fd authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add future imports for with statement use in tests

parent f3ddebeb
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/env python
from __future__ import division, with_statement
__copyright__ = "Copyright (C) 2013 Andreas Kloeckner"
__license__ = """
......
#! /usr/bin/env python
from __future__ import division
from __future__ import division, with_statement
__copyright__ = "Copyright (C) 2009 Andreas Kloeckner"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment