Skip to content

Commit

Permalink
TST: Import super from builtins.
Browse files Browse the repository at this point in the history
Done to not break the build in python 2, see http://odl.readthedocs.org/guide/faq.html#errors-related-to-python-2-3. Issues #49 and #73.
  • Loading branch information
aringh committed Nov 26, 2015
1 parent b170c5e commit 9dfd436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/operator/operator_utilities_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from __future__ import print_function, division, absolute_import
from future import standard_library
standard_library.install_aliases()
from builtins import super

# External module imports
import pytest
Expand Down

0 comments on commit 9dfd436

Please sign in to comment.