mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-21 05:09:16 +01:00
Changed classcmethod to classmethod in datahandlers/bases_classes in name function
This commit is contained in:
parent
4e22b24b01
commit
a759ca3572
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class DataHandler(object):
|
|||
setattr(self, argname, argval)
|
||||
|
||||
## Fieldtype name
|
||||
@classcmethod
|
||||
@classmethod
|
||||
def name(cls):
|
||||
return cls.__module__.split('.')[-1]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue