From ce3b6703c153ba5c827996bfa8fd9bfa85fe2adb Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 8 Oct 2015 16:02:17 +0200 Subject: Remove unneeded id field from {en,sl}.py files --- robot/problems/introduction/forward/en.py | 1 - robot/problems/introduction/forward/sl.py | 1 - 2 files changed, 2 deletions(-) (limited to 'robot') diff --git a/robot/problems/introduction/forward/en.py b/robot/problems/introduction/forward/en.py index d943867..7c229b0 100644 --- a/robot/problems/introduction/forward/en.py +++ b/robot/problems/introduction/forward/en.py @@ -1,6 +1,5 @@ # coding=utf-8 -id = 202 name = 'Forward' slug = 'Forward' diff --git a/robot/problems/introduction/forward/sl.py b/robot/problems/introduction/forward/sl.py index 98f3a8d..c7c7eee 100644 --- a/robot/problems/introduction/forward/sl.py +++ b/robot/problems/introduction/forward/sl.py @@ -1,6 +1,5 @@ # coding=utf-8 -id = 202 name = 'Naprej' slug = 'Naprej' -- cgit v1.2.1