From 15a1a5f95fb38db7a800905d083ad62bba9e0b93 Mon Sep 17 00:00:00 2001 From: Bill Zorn Date: Mon, 20 Aug 2018 18:35:21 -0700 Subject: [PATCH] remove debugging path info --- sfpy/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sfpy/__init__.py b/sfpy/__init__.py index 5656eaf..4fda588 100644 --- a/sfpy/__init__.py +++ b/sfpy/__init__.py @@ -1,8 +1,3 @@ -import os -mypath = os.path.abspath(os.path.dirname(__file__)) - -print('hi from module sfpy @ {:s}'.format(mypath)) - from . import posit as softposit from . import float as softfloat from .posit import Posit8, Quire8, Posit16, Quire16, Posit32, Quire32 -- 2.30.2