mirror of https://github.com/coddrago/Heroku
hikkalls fix
parent
77e8e3bab8
commit
838ad7ec9c
|
@ -147,7 +147,9 @@ def patched_import(name: str, *args, **kwargs):
|
|||
return native_import("herokutl" + name[8:], *args, **kwargs)
|
||||
elif name.startswith("hikkatl"):
|
||||
return native_import("herokutl" + name[7:], *args, **kwargs)
|
||||
elif name.startswith ("hikka"):
|
||||
elif name.startwith("hikkalls"):
|
||||
return native_import(name, *args, **kwargs)
|
||||
elif name.startswith("hikka"):
|
||||
return native_import("heroku" + name[5:], *args, **kwargs)
|
||||
|
||||
return native_import(name, *args, **kwargs)
|
||||
|
|
Loading…
Reference in New Issue