From 03c9d6d8441e3293b058fed270866419781b734c Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 26 Sep 2018 16:23:29 +0200 Subject: Run 2to3 Some stuff is broken now. --- kpov_judge/tasks/set_ip_static_dhcp/task.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpov_judge/tasks/set_ip_static_dhcp/task.py') diff --git a/kpov_judge/tasks/set_ip_static_dhcp/task.py b/kpov_judge/tasks/set_ip_static_dhcp/task.py index c611356..0553585 100644 --- a/kpov_judge/tasks/set_ip_static_dhcp/task.py +++ b/kpov_judge/tasks/set_ip_static_dhcp/task.py @@ -3,7 +3,7 @@ # kpov_random_helpers should be imported by add_assignment.py instructions = { - 'si':u""" + 'si':""" Ustvari tri navidezne racunalnike. Za prvega uporabi sliko diska simpleArbiterDhcpGW, za drugega sliko diska maliNetworkManager, za tretjega sliko diska maliBrezNetworkManager. @@ -14,7 +14,7 @@ za omrežni vmesnik, temveč bosta delovala ukaza ifup in ifdown. Na maliNetworkManager nastavi IP naslov {IP_NM} ter DNS {DNS_NM}. Na maliBrezNetworkManager nastavi IP naslov {IP_static} ter DNS {DNS_static}. """, - 'en':u"""Create three virtual machines. Use simpleArbiterDhcpGW as the + 'en':"""Create three virtual machines. Use simpleArbiterDhcpGW as the disk image for the first, maliNetworkManager as the disk image for the second and maliBrezNetworkManager for the third. The virtual machine names can match the disks. -- cgit v1.2.1