Setting tag plcapi-7.1-0
[plcapi.git] / PLC / __init__.py
index 39b6f70..7b7fc41 100644 (file)
@@ -1,4 +1,2 @@
-#!/usr/bin/python -tt
-
 import os
 all = [i[:-3] for i in os.listdir(os.path.dirname(__file__)) if i.endswith(".py") and not i.startswith(".")]