renaming module
This commit is contained in:
parent
b1070f42f9
commit
272702d728
4 changed files with 4 additions and 2 deletions
|
@ -2,3 +2,4 @@
|
|||
============
|
||||
|
||||
Solver for the newly released game 0h h1 (see http://0hh1.com/).
|
||||
This has been written by Gabriel Augendre.
|
|
@ -1,6 +1,7 @@
|
|||
__author__ = 'gaugendre'
|
||||
# This file is used to test solving methods from the solver module.
|
||||
|
||||
from grid import Grid
|
||||
from solver_0hh1 import Grid
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Doesn't need any 'two rows are not the same'
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
__author__ = 'gaugendre'
|
||||
|
||||
import pytest
|
||||
from grid import *
|
||||
from solver_0hh1 import *
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
Loading…
Reference in a new issue