mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +01:00
bak
This commit is contained in:
@@ -84,7 +84,7 @@ if os.path.exists(config_file):
|
|||||||
config = imp.load_source('config', config_file)
|
config = imp.load_source('config', config_file)
|
||||||
configs = {x:getattr(config, x) for x in dir(config) if not x.startswith('__')}
|
configs = {x:getattr(config, x) for x in dir(config) if not x.startswith('__')}
|
||||||
|
|
||||||
class BuildComponent:
|
class BuildComponent(Component):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user