Skip to content

Commit ed5b247

Browse files
committed
asahi_firmware.wifi: Fix entry point
Signed-off-by: Hector Martin <[email protected]>
1 parent 4e901d1 commit ed5b247

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

asahi_firmware/wifi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def print(self):
142142
if __name__ == "__main__":
143143
col = WiFiFWCollection(sys.argv[1])
144144
if len(sys.argv) > 2:
145-
from . import FWPackage
145+
from .core import FWPackage
146146

147147
pkg = FWPackage(sys.argv[2])
148148
pkg.add_files(sorted(col.files()))

0 commit comments

Comments
 (0)