Rename Röntgen to Map Machine.

This commit is contained in:
Sergey Vartanov 2021-09-08 03:55:16 +03:00
parent 38c4e00de3
commit 2bd89a6539
57 changed files with 252 additions and 236 deletions

View file

@ -1,8 +1,8 @@
"""
Test MapCSS generation.
"""
from roentgen.mapcss import MapCSSWriter
from roentgen.scheme import NodeMatcher
from map_machine.mapcss import MapCSSWriter
from map_machine.scheme import NodeMatcher
from tests import SCHEME
__author__ = "Sergey Vartanov"