se retiran archivos no usados

FossilOrigin-Name: 05431311b7cfe21cbde218f35b5adaef4171a78ed19c87b9e8bc8119ea091e45
This commit is contained in:
bit4bit
2021-06-25 23:23:07 +00:00
parent c694603505
commit ab462a6ca5
3 changed files with 1 additions and 22 deletions

View File

@@ -1,11 +1,10 @@
from .attribute import Attribute
from .many2one import Many2One
from .model import Model
from .function import Function
from .virtual import Virtual
from .field import Field
__all__ = [Attribute, Many2One, Model, Virtual, Field]
__all__ = [Attribute, Many2One, Virtual, Field]
def on_change(fields):
from functools import wraps