diff options
| author | Brian Potchik <brian@vector35.com> | 2018-08-10 14:36:25 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2018-08-10 14:36:25 -0400 |
| commit | 824f451696a65f0a0b23d7328f332d95330cca8f (patch) | |
| tree | 691ac7b58b1af6d21a835f338714a01b3c0da162 /python/__init__.py | |
| parent | 199092fb6960090d88c8fecba1a0dbe503a9f7e0 (diff) | |
Expose BNIsUIEnabled via Python.
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index 9d183465..947739ca 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -249,3 +249,6 @@ core_product_type = core.BNGetProductType() core_license_count = core.BNGetLicenseCount() '''License count from the license file''' + +core_ui_enabled = core.BNIsUIEnabled() +'''Indicates that a UI exists and the UI has invoked BNInitUI''' |
