From 4cee3618b13ac7cc3c4d06a4a6f30163c02eae8d Mon Sep 17 00:00:00 2001 From: luk3yx Date: Mon, 2 May 2022 13:37:03 +1200 Subject: Fix stupidity --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 757a265..a266aa7 100644 --- a/__init__.py +++ b/__init__.py @@ -1,3 +1,3 @@ # Warning: This may be removed in the future -from miniirc_idc import * +from .miniirc_idc import * -- cgit v1.2.3