Make the Builtin class available from Python
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
from __future__ import absolute_import
|
||||
from .libopmcommon_python import action
|
||||
|
||||
from .libopmcommon_python import Parser, ParseContext
|
||||
from .libopmcommon_python import Parser, ParseContext, Builtin
|
||||
from .libopmcommon_python import DeckKeyword
|
||||
from .libopmcommon_python import DeckItem
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
from opm._common import action
|
||||
from opm._common import Parser
|
||||
from opm._common import ParseContext
|
||||
from opm._common import Builtin
|
||||
|
||||
Reference in New Issue
Block a user