renaming module

This commit is contained in:
Gabriel Augendre 2015-01-03 23:34:27 +01:00
parent b1070f42f9
commit 272702d728
4 changed files with 4 additions and 2 deletions

View file

@ -2,3 +2,4 @@
============
Solver for the newly released game 0h h1 (see http://0hh1.com/).
This has been written by Gabriel Augendre.

View file

@ -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'

View file

@ -17,7 +17,7 @@
__author__ = 'gaugendre'
import pytest
from grid import *
from solver_0hh1 import *
@pytest.fixture