From 03ef9c8d547872ae7aa87ecec4779bca49309225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 14 Aug 2020 22:12:16 +0200 Subject: move date and time SHORT_FORMAT and LONG_FORMAT to the theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- test/test_ui/test_render.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_ui') diff --git a/test/test_ui/test_render.py b/test/test_ui/test_render.py index e0db5a8f..bdfc1be6 100644 --- a/test/test_ui/test_render.py +++ b/test/test_ui/test_render.py @@ -3,7 +3,6 @@ from contextlib import contextmanager from datetime import datetime from poezio.theming import get_theme from poezio.ui.render import build_lines, Line, write_pre -from poezio.ui.consts import SHORT_FORMAT from poezio.ui.types import BaseMessage, Message, StatusMessage, XMLLog def test_simple_build_basemsg(): -- cgit v1.2.3