diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-06-24 01:33:04 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-07-01 10:02:27 -0400 |
| commit | 0de62768c8afc5ca27576b59d4591ca8dbbd7cee (patch) | |
| tree | bbd69585e0705905fddef54d32e2ab50aa91f6a6 /python/startup.py | |
| parent | b0778fc4d0271a9ba16e7c81c2c4c67a8273cda6 (diff) | |
Adding settings system apis, and binaryview metadata apis
Diffstat (limited to 'python/startup.py')
| -rw-r--r-- | python/startup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/startup.py b/python/startup.py index 0abc47cb..d37b2f9b 100644 --- a/python/startup.py +++ b/python/startup.py @@ -28,6 +28,7 @@ def _init_plugins(): global _plugin_init if not _plugin_init: _plugin_init = True + core.BNProcessMainSettingsFile() core.BNInitCorePlugins() core.BNInitUserPlugins() core.BNInitRepoPlugins() |
