summaryrefslogtreecommitdiff
path: root/python/problems/lists_and_for/divisors/sl.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-10-08 16:02:17 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-10-08 16:03:30 +0200
commitce3b6703c153ba5c827996bfa8fd9bfa85fe2adb (patch)
tree29846bf2de3bfc3b5e839982e02a5b0fe742a870 /python/problems/lists_and_for/divisors/sl.py
parent45474b5c8cefa916aeb64e1c15a79f647a86d58c (diff)
Remove unneeded id field from {en,sl}.py files
Diffstat (limited to 'python/problems/lists_and_for/divisors/sl.py')
-rw-r--r--python/problems/lists_and_for/divisors/sl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/problems/lists_and_for/divisors/sl.py b/python/problems/lists_and_for/divisors/sl.py
index cddeae8..11bfb40 100644
--- a/python/problems/lists_and_for/divisors/sl.py
+++ b/python/problems/lists_and_for/divisors/sl.py
@@ -3,7 +3,6 @@ import server
mod = server.problems.load_language('python', 'sl')
-id = 204
name = 'Delitelji'
slug = 'Delitelji'