Do not add our directory to the path
it’s bad practice and can create issues
This commit is contained in:
parent
0e7ebf974e
commit
1524245dd0
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
import theming
|
import poezio.theming
|
||||||
|
|
||||||
class DarkTheme(theming.Theme):
|
class DarkTheme(poezio.theming.Theme):
|
||||||
COLOR_INFORMATION_BAR = (-1, 236)
|
COLOR_INFORMATION_BAR = (-1, 236)
|
||||||
COLOR_STATUS_XA = (53, -1)
|
COLOR_STATUS_XA = (53, -1)
|
||||||
COLOR_STATUS_AWAY = (214, -1)
|
COLOR_STATUS_AWAY = (214, -1)
|
||||||
|
|
|
@ -12,8 +12,6 @@ import sys
|
||||||
import os
|
import os
|
||||||
import signal
|
import signal
|
||||||
|
|
||||||
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
|
||||||
|
|
||||||
|
|
||||||
def test_curses():
|
def test_curses():
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue