Skip to content

Commit 96ce8c9

Browse files
committed
Adding from . import extensions.
1 parent 2359b6e commit 96ce8c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/snappy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# logging.basicConfig(filename='example.log',level=logging.DEBUG)
44
# logging.debug('This message should go to the log file')
55
import sys
6+
from . import extensions
67
from .extensions.SnapPy import (AbelianGroup,
78
FundamentalGroup,
89
SymmetryGroup,

0 commit comments

Comments
 (0)