mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Rename to blueprint-compiler
This isn't an official GTK project so better to avoid using "GTK" in the name.
This commit is contained in:
parent
be3c0de670
commit
544d152fb6
37 changed files with 33 additions and 33 deletions
|
@ -23,10 +23,10 @@ from pathlib import Path
|
|||
import traceback
|
||||
import unittest
|
||||
|
||||
from gtkblueprinttool import tokenizer, parser
|
||||
from gtkblueprinttool.errors import PrintableError, MultipleErrors, CompileError
|
||||
from gtkblueprinttool.tokenizer import Token, TokenType, tokenize
|
||||
from gtkblueprinttool import utils
|
||||
from blueprintcompiler import tokenizer, parser
|
||||
from blueprintcompiler.errors import PrintableError, MultipleErrors, CompileError
|
||||
from blueprintcompiler.tokenizer import Token, TokenType, tokenize
|
||||
from blueprintcompiler import utils
|
||||
|
||||
|
||||
class TestSamples(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue