that one was hard to pinpoint: we DON'T want to convert str to bytes, when normalizin...
[plcapi.git] / PLC / __init__.py
1 import os
2 all = [i[:-3] for i in os.listdir(os.path.dirname(__file__)) if i.endswith(".py") and not i.startswith(".")]