mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
Fix import_path circular dependency by splitting it out.
Use import thread_pool instead from, from is evil. Fix poweroff.out path for ./trace-boot.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import common
|
||||
import lkmc.import_path
|
||||
|
||||
test_user_mode = common.import_path_relative_root('test-user-mode')
|
||||
test_user_mode = lkmc.import_path.import_path_relative_root('test-user-mode')
|
||||
|
||||
class Main(test_user_mode.Main):
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user