From 079413e079cefe6343ca57d5433d8a90cad7357c Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Mon, 12 May 2025 15:00:18 +0000 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D0=BE=D1=82=20?= =?UTF-8?q?=D1=82=D0=B5=D1=85,=20=D1=87=D1=82=D0=BE=20=D0=BF=D0=B8=D1=88?= =?UTF-8?q?=D1=83=D1=82=20hikka=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=BE=20.?= =?UTF-8?q?.=20=D0=B2=20=D0=B8=D0=BC=D0=BF=D0=BE=D1=80=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- heroku/loader.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heroku/loader.py b/heroku/loader.py index b3c25b7..4956d2e 100644 --- a/heroku/loader.py +++ b/heroku/loader.py @@ -149,6 +149,8 @@ def patched_import(name: str, *args, **kwargs): return native_import("herokutl" + name[7:], *args, **kwargs) elif name.startswith ("from hikka"): return native_import("from heroku" + name[11:], *args, **kwargs) + elif name.startswith ("from hikka"): + return native_import("import heroku" + name[13:], *args, **kwargs) return native_import(name, *args, **kwargs)