Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit b65f6a6

Browse files
author
Matthias Koeppe
committed
src/sage/game_theory/normal_form_game.py: Fix import
1 parent e244564 commit b65f6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/game_theory/normal_form_game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,7 @@ def _solve_lrs(self, maximization=True):
17541754
with open(game_name, 'w') as game_file:
17551755
game_file.write(game_str)
17561756

1757-
from sage.features import LrsNash
1757+
from sage.features.lrs import LrsNash
17581758
LrsNash().require()
17591759
process = Popen([LrsNash().absolute_filename(), game_name],
17601760
stdout=PIPE, stderr=PIPE)

0 commit comments

Comments
 (0)