From ed08fc31d7332b3c141f68d15e1b63eada4d4b27 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 17 Nov 2015 17:30:47 +0100 Subject: Do not import obsolete HintSequence anywhere --- robot/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/common.py') diff --git a/robot/common.py b/robot/common.py index 1e7e818..4811d45 100644 --- a/robot/common.py +++ b/robot/common.py @@ -1,6 +1,6 @@ # coding=utf-8 -from server.hints import Hint, HintSequence +from server.hints import Hint id = 3 -- cgit v1.2.1