diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-10-07 19:11:49 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2018-10-07 19:11:49 +0200 |
commit | 3091fc2877600f7926ed6a596c316183499125f8 (patch) | |
tree | 514048e2dc0f3ce20af44aec2407982a4089064a /kpov_judge/tasks/public_ssh_motd_http | |
parent | b5b35faea7f4205f353f57178ddc795b7dce5043 (diff) |
Remove coding: lines
Python 3 source is utf-8 by default.
Diffstat (limited to 'kpov_judge/tasks/public_ssh_motd_http')
-rw-r--r-- | kpov_judge/tasks/public_ssh_motd_http/task.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kpov_judge/tasks/public_ssh_motd_http/task.py b/kpov_judge/tasks/public_ssh_motd_http/task.py index a68f625..15ec26d 100644 --- a/kpov_judge/tasks/public_ssh_motd_http/task.py +++ b/kpov_judge/tasks/public_ssh_motd_http/task.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# -*- coding: utf-8 -*- # kpov_util should be imported by add_assignment.py |