1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-07-08 00:20:48 +02:00

PEP8/PyLint on classtypes.py

This commit is contained in:
Roland Haroutiounian 2015-11-13 11:20:33 +01:00
commit 6a5136d728

View file

@ -125,7 +125,7 @@ class EmClassType(object):
}
## @brief return a classtype from its name
# @param cls
# @param cls
# @param classtype str : A classtype name
# @return None if no classtype with this name, else return a dict containing classtype informations
@classmethod