[core/themes] Prepare adding of themeing support
* Add framework JSON definition for themes * Add framework test module * Add framework module see #23
This commit is contained in:
parent
aacc56a4e2
commit
60ae92c8e3
7 changed files with 103 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# pylint: disable=C0103,C0111
|
||||
# pylint: disable=C0103,C0111,W0703
|
||||
|
||||
import unittest
|
||||
|
||||
|
|
3
tests/test_theme.py
Normal file
3
tests/test_theme.py
Normal file
|
@ -0,0 +1,3 @@
|
|||
# pylint: disable=C0103,C0111
|
||||
|
||||
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
|
@ -1,4 +1,4 @@
|
|||
# pylint: disable=C0103,C0111
|
||||
# pylint: disable=C0103,C0111,W0613
|
||||
|
||||
from bumblebee.output import Widget
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue