normalize names

This commit is contained in:
Brian Coca 2017-12-04 10:46:46 -05:00 committed by Brian Coca
commit 0d35a69f0e
5 changed files with 2 additions and 4 deletions

View file

@ -141,6 +141,8 @@ class BaseMeta(type):
class Base(with_metaclass(BaseMeta, object)):
_name = FieldAttribute(isa='string', default='', always_post_validate=True, inherit=False)
# connection/transport
_connection = FieldAttribute(isa='string')
_port = FieldAttribute(isa='int')