summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2018-08-10 14:36:25 -0400
committerBrian Potchik <brian@vector35.com>2018-08-10 14:36:25 -0400
commit824f451696a65f0a0b23d7328f332d95330cca8f (patch)
tree691ac7b58b1af6d21a835f338714a01b3c0da162 /python
parent199092fb6960090d88c8fecba1a0dbe503a9f7e0 (diff)
Expose BNIsUIEnabled via Python.
Diffstat (limited to 'python')
-rw-r--r--python/__init__.py3
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'''