Skip to content

Commit

Permalink
move import statement to top for Travis?
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Dec 24, 2016
1 parent 799814f commit 97ad5e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/bowl_slosh/regression_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"""

from __future__ import absolute_import
from make_fgmax_grid import make_fgmax_grid1

import os
import sys
import unittest
Expand Down Expand Up @@ -37,7 +39,6 @@ def setUp(self):
topo.write(os.path.join(self.temp_path, "bowl.topotype2"), \
topo_type=2, Z_format="%22.15e")

from make_fgmax_grid import make_fgmax_grid1
make_fgmax_grid1(self.temp_path)


Expand Down

0 comments on commit 97ad5e3

Please sign in to comment.