remove debugging path info
authorBill Zorn <bill.zorn@gmail.com>
Tue, 21 Aug 2018 01:35:21 +0000 (18:35 -0700)
committerBill Zorn <bill.zorn@gmail.com>
Tue, 21 Aug 2018 01:35:21 +0000 (18:35 -0700)
sfpy/__init__.py

index 5656eaf8f72a5fa64b1c23b8d6a68ffb4c6cb47b..4fda588ca9e1d67d0c76a0e5ac736ef2dd72b6c9 100644 (file)
@@ -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