diff options
Diffstat (limited to 'python/startup.py')
| -rw-r--r-- | python/startup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/startup.py b/python/startup.py index 0abc47cb..919a8fbe 100644 --- a/python/startup.py +++ b/python/startup.py @@ -18,7 +18,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -import _binaryninjacore as core +from binaryninja import _binaryninjacore as core _plugin_init = False |
