Do not add our directory to the path

it’s bad practice and can create issues
This commit is contained in:
mathieui 2018-08-22 23:32:56 +02:00
parent 0e7ebf974e
commit 1524245dd0
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
import theming
import poezio.theming
class DarkTheme(theming.Theme):
class DarkTheme(poezio.theming.Theme):
COLOR_INFORMATION_BAR = (-1, 236)
COLOR_STATUS_XA = (53, -1)
COLOR_STATUS_AWAY = (214, -1)

View file

@ -12,8 +12,6 @@ import sys
import os
import signal
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
def test_curses():
"""