diff options
Diffstat (limited to 'python')
| -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''' |
