summaryrefslogtreecommitdiff
path: root/python/startup.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-01-05 09:14:31 -0500
committerPeter LaFosse <peter@vector35.com>2017-01-05 09:14:31 -0500
commit4761ea9c83104b872d8d49fcde45f17d17e7872d (patch)
tree0acca0d74701a834c36f85aebd7dd9955ecbfb8f /python/startup.py
parent96acbed85902d8dfd43ef624afac72145ae6e577 (diff)
Modifying how enumerations are exposed and used, and a bunch of cleanup of existing plugins
Diffstat (limited to 'python/startup.py')
-rw-r--r--python/startup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/startup.py b/python/startup.py
index c9d6792e..809f185b 100644
--- a/python/startup.py
+++ b/python/startup.py
@@ -32,7 +32,3 @@ def _init_plugins():
core.BNInitUserPlugins()
if not core.BNIsLicenseValidated():
raise RuntimeError("License is not valid. Please supply a valid license.")
-
-
-def shutdown():
- core.BNShutdown()