Skip to content

Commit 768a10d

Browse files
committed
bumped version to 1.3.5
Signed-off-by: Jarry Shaw <[email protected]>
1 parent 61ea74e commit 768a10d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pcapkit/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,8 @@
9393
tbtrim.set_trim_rule(lambda filename: ROOT in os.path.realpath(filename),
9494
exception=BaseError, strict=False)
9595

96-
from pcapkit.foundation.registry import *
9796
from pcapkit.interface import *
9897
from pcapkit.protocols import *
99-
from pcapkit.toolkit import *
10098

10199
__all__ = [
102100
'extract', 'reassemble', 'trace', # Interface Functions
@@ -123,4 +121,4 @@
123121
]
124122

125123
#: version number
126-
__version__ = "1.3.4"
124+
__version__ = "1.3.5"

0 commit comments

Comments
 (0)