Skip to content

Commit af2deb6

Browse files
committed
cli is module of vmprof, python 3 fix
1 parent 660fda5 commit af2deb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vmprof/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import _vmprof
99

10-
import cli
10+
from vmprof import cli
1111

1212
from vmprof.reader import (MARKER_NATIVE_SYMBOLS, FdWrapper,
1313
LogReaderState, LogReaderDumpNative)

0 commit comments

Comments
 (0)