Skip to content

Commit 12a03ff

Browse files
committed
schema: adds libyang.Enum to package
This patch adds missing Enum class to __init__.py to allow imports by library users Signed-off-by: Stefan Gula <[email protected]>
1 parent 3072af0 commit 12a03ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libyang/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
from .keyed_list import KeyedList
6868
from .log import configure_logging
6969
from .schema import (
70+
Enum,
7071
Extension,
7172
ExtensionCompiled,
7273
ExtensionParsed,
@@ -144,6 +145,7 @@
144145
"DefaultRemoved",
145146
"DescriptionAdded",
146147
"DescriptionRemoved",
148+
"Enum",
147149
"EnumAdded",
148150
"EnumRemoved",
149151
"Extension",

0 commit comments

Comments
 (0)