We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcd2de commit 8d9ff2dCopy full SHA for 8d9ff2d
1 file changed
examples/sys_sync.py
@@ -1,5 +1,5 @@
1
from pythonbpf import bpf, map, section, bpfglobal, compile
2
-from pythonbpf.helper.helpers import ktime
+from pythonbpf.helpers import ktime
3
from pythonbpf.maps import HashMap
4
5
from ctypes import c_void_p, c_int64, c_uint64
0 commit comments