Skip to content

Commit

Permalink
Trying to fix python3 import error.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrpugh committed Jul 13, 2015
1 parent d749c9d commit 637af3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycollocation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
__all__ = ["TwoPointBVP", "TwoPointBVPLike", "SymbolicTwoPointBVPLike",
"SymbolicTwoPointBVP", "OrthogonalPolynomialSolver", "Visualizer"]

from . import bvp
from . import equilibria
from . import bvp
from . import models
from . import orthogonal_polynomials
from . import visualizers
Expand Down

0 comments on commit 637af3f

Please sign in to comment.