mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-21 23:19:24 -04:00
language: Rename expression classes
Rename the expression classes to match the documentation.
This commit is contained in:
parent
ef39b5d7db
commit
9e82a2fb2a
5 changed files with 23 additions and 23 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
from dataclasses import dataclass
|
||||
|
||||
from .expression import ExprChain
|
||||
from .expression import Expression
|
||||
from .gobject_object import Object
|
||||
from .gtkbuilder_template import Template
|
||||
from .values import Value, ObjectValue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue