cosmetic changes in sendmail.py - please the linter
[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(".")]