projects
/
sfpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cd4b8c
)
remove debugging path info
author
Bill Zorn
<bill.zorn@gmail.com>
Tue, 21 Aug 2018 01:35:21 +0000
(18:35 -0700)
committer
Bill Zorn
<bill.zorn@gmail.com>
Tue, 21 Aug 2018 01:35:21 +0000
(18:35 -0700)
sfpy/__init__.py
patch
|
blob
|
history
diff --git
a/sfpy/__init__.py
b/sfpy/__init__.py
index 5656eaf8f72a5fa64b1c23b8d6a68ffb4c6cb47b..4fda588ca9e1d67d0c76a0e5ac736ef2dd72b6c9 100644
(file)
--- 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