From 4761ea9c83104b872d8d49fcde45f17d17e7872d Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 5 Jan 2017 09:14:31 -0500 Subject: Modifying how enumerations are exposed and used, and a bunch of cleanup of existing plugins --- python/startup.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'python/startup.py') 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() -- cgit v1.3.1