From c181e38c9a1f5d18dbec8ab7a96b70b0d6d726e3 Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Tue, 24 Mar 2020 02:10:42 +0100 Subject: [PATCH] fix relative imports --- screenless/bureau/ihr/ihr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenless/bureau/ihr/ihr.py b/screenless/bureau/ihr/ihr.py index 3a2fa69..bce4d6e 100644 --- a/screenless/bureau/ihr/ihr.py +++ b/screenless/bureau/ihr/ihr.py @@ -9,7 +9,7 @@ import kode256 from lxml import etree from bureau import Bureau, add_command, add_api -import ihrweb +from . import ihrweb class InhumanResources(Bureau):