Skip to content

Commit 8d9ff2d

Browse files
committed
Fix import in sys_sync example
1 parent ffcd2de commit 8d9ff2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/sys_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from pythonbpf import bpf, map, section, bpfglobal, compile
2-
from pythonbpf.helper.helpers import ktime
2+
from pythonbpf.helpers import ktime
33
from pythonbpf.maps import HashMap
44

55
from ctypes import c_void_p, c_int64, c_uint64

0 commit comments

Comments
 (0)