From 02810a0740b6cec4aa1f03e54a8dcf0ae36b4a1a Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Tue, 5 Dec 2023 10:31:18 -0800 Subject: [PATCH] Prevent import error --- __init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__init__.py b/__init__.py index 802e9828..1a55562b 100644 --- a/__init__.py +++ b/__init__.py @@ -6,6 +6,7 @@ # All rights reserved. # import os +import sys # Attempt to add the source code to the PYTHONPATH here before running globals.init_openram()