Add load module tests
This commit is contained in:
parent
1638180b6d
commit
6c0930cfae
2 changed files with 127 additions and 2 deletions
|
@ -27,6 +27,7 @@ class Module(core.module.Module):
|
|||
self._cpus = multiprocessing.cpu_count()
|
||||
except NotImplementedError as e:
|
||||
self._cpus = 1
|
||||
|
||||
core.input.register(
|
||||
self, button=core.input.LEFT_MOUSE, cmd="gnome-system-monitor"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue