From 03d23da50a6dc900fa44b0c5a939159eb25a9aaf Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de> Date: Mon, 18 Mar 2019 17:08:52 +0100 Subject: [PATCH] fix host info import --- bfps/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bfps/__init__.py b/bfps/__init__.py index 09e5549f..928e45b7 100644 --- a/bfps/__init__.py +++ b/bfps/__init__.py @@ -39,9 +39,7 @@ header_dir = os.path.join(os.path.join(dist_loc, 'bfps'), 'cpp') lib_dir = os.path.join(dist_loc, 'bfps') homefolder = os.path.expanduser('~') -bfpsfolder = os.path.join(homefolder, '.config/', 'bfps') -sys.path.append(bfpsfolder) -from host_information import host_info +from .host_info import host_info from .DNS import DNS from .PP import PP -- GitLab