Skip to content

Commit

Permalink
Merge branch 'exception-fix' into pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
bje- committed Jun 23, 2014
2 parents bac9133 + 8316cf6 commit d923476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyevolve/Migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class MPIMigration(MigrationScheme):
def __init__(self):
# Delayed ImportError of mpi4py
if not HAS_MPI4PY:
raise ImportError, "No module named mpi4py, you must install mpi4py to use MPIMIgration !"
raise ImportError("No module named mpi4py, you must install mpi4py to use MPIMIgration!")

super(MPIMigration, self).__init__()

Expand Down

0 comments on commit d923476

Please sign in to comment.