changeset 0c9fb76bea1b in tryton:5.0
details: https://hg.tryton.org/tryton?cmd=changeset&node=0c9fb76bea1b
description:
Do not import graph parser
The parser was removed in rev 0535f5cf7e00.
issue11673
review413471004
diffstat:
tryton/gui/window/view_form/view/graph_gtk/__init__.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (7 lines):
diff -r bc9c356c9a26 -r 0c9fb76bea1b
tryton/gui/window/view_form/view/graph_gtk/__init__.py
--- a/tryton/gui/window/view_form/view/graph_gtk/__init__.py Fri Aug 26
17:52:31 2022 +0200
+++ b/tryton/gui/window/view_form/view/graph_gtk/__init__.py Thu Sep 01
22:12:33 2022 +0200
@@ -1,3 +1,2 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
-from parser import *