diff options
Diffstat (limited to 'python/problems/lists_and_for/substrings')
-rw-r--r-- | python/problems/lists_and_for/substrings/common.py | 2 | ||||
-rw-r--r-- | python/problems/lists_and_for/substrings/en.py | 2 | ||||
-rw-r--r-- | python/problems/lists_and_for/substrings/sl.py | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/python/problems/lists_and_for/substrings/common.py b/python/problems/lists_and_for/substrings/common.py index 8128797..3a996c2 100644 --- a/python/problems/lists_and_for/substrings/common.py +++ b/python/problems/lists_and_for/substrings/common.py @@ -1,5 +1,3 @@ -# coding=utf-8 - import re from python.util import has_token_sequence, string_almost_equal, \ string_contains_number, get_tokens, get_numbers, get_exception_desc diff --git a/python/problems/lists_and_for/substrings/en.py b/python/problems/lists_and_for/substrings/en.py index 053bee4..1cb4c3d 100644 --- a/python/problems/lists_and_for/substrings/en.py +++ b/python/problems/lists_and_for/substrings/en.py @@ -1,5 +1,3 @@ -# coding=utf-8 - id = 223 name = 'Substrings' slug = 'Substrings' diff --git a/python/problems/lists_and_for/substrings/sl.py b/python/problems/lists_and_for/substrings/sl.py index 6bf56bf..8a70441 100644 --- a/python/problems/lists_and_for/substrings/sl.py +++ b/python/problems/lists_and_for/substrings/sl.py @@ -1,4 +1,3 @@ -# coding=utf-8 import server mod = server.problems.load_language('python', 'sl') |