[core/output] Make tests pass again
Using an empty configuration vs. no configuration at all to make tests run again.
This commit is contained in:
parent
f2dc5f4b40
commit
9076b30325
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import core.theme
|
||||||
import core.event
|
import core.event
|
||||||
|
|
||||||
class i3(object):
|
class i3(object):
|
||||||
def __init__(self, theme=core.theme.Theme(), config=None):
|
def __init__(self, theme=core.theme.Theme(), config=core.config.Config([])):
|
||||||
self._modules = []
|
self._modules = []
|
||||||
self._status = {}
|
self._status = {}
|
||||||
self._theme = theme
|
self._theme = theme
|
||||||
|
|
Loading…
Reference in a new issue