Fix file encoding
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
import tornado.httpserver
|
import tornado.httpserver
|
||||||
import tornado.ioloop
|
import tornado.ioloop
|
||||||
import tornado.options
|
import tornado.options
|
||||||
@@ -12,8 +13,6 @@ from ikt_car_sensorik import *
|
|||||||
import _servo_ctrl
|
import _servo_ctrl
|
||||||
from math import acos, sqrt, degrees
|
from math import acos, sqrt, degrees
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Aufgabe 4
|
# Aufgabe 4
|
||||||
#
|
#
|
||||||
# Der Tornado Webserver soll die Datei index.html am Port 8081 zur Verfügung stellen
|
# Der Tornado Webserver soll die Datei index.html am Port 8081 zur Verfügung stellen
|
||||||
|
|||||||
Reference in New Issue
Block a user