Skip to content

Commit 44b95b6

Browse files
committed
Add __init__.py under structs/, fix imports
1 parent 0e1cbb3 commit 44b95b6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pythonbpf/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .license_pass import license_processing
44
from .functions_pass import func_proc
55
from pythonbpf.maps import maps_proc
6-
from .structs.structs_pass import structs_proc
6+
from .structs import structs_proc
77
from .globals_pass import globals_processing
88
from .debuginfo import DW_LANG_C11, DwarfBehaviorEnum
99
import os

pythonbpf/structs/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .structs_pass import structs_proc

0 commit comments

Comments
 (0)