From 8e443e98b71da87d7fab10fcc59f85fd975085de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Sun, 22 Oct 2023 17:55:57 +0200 Subject: [PATCH] Fix module finding --- src/I2P/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/I2P/__init__.py b/src/I2P/__init__.py index 2a1e8091..e7b7dee2 100644 --- a/src/I2P/__init__.py +++ b/src/I2P/__init__.py @@ -1 +1 @@ -from I2PManager import I2PManager +from .I2PManager import I2PManager