summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2018-08-28 17:19:32 -0400
committerRusty Wagner <rusty@vector35.com>2018-08-28 17:19:32 -0400
commit20e06506a3d96c7327ca5d729ab01e8c2a7cff3c (patch)
tree65880063ccbdcb45cc247a0138915d8560d2ec27 /python/__init__.py
parent5841af2db8e8dcf4e0da0c438ac040c5fa90038b (diff)
parent426bb3d8b47b93658bf969c429a8b98adae13c30 (diff)
Merge branch 'dev' into test_stack_adjust
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py
index aa7c1ed4..9f8cbc79 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -251,3 +251,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'''