Skip to content

Commit

Permalink
new default type support
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 17, 2015
1 parent b742cec commit 2830435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quorum/typesf.py
Expand Up @@ -417,7 +417,7 @@ def __start__(self):
if is_reference: self._target = self.__class__._target()
else: self._target = target
meta = getattr(self._target, name)
self._type = meta.get("type", str)
self._type = meta.get("type", legacy.UNICODE)

@classmethod
def _default(cls):
Expand Down

0 comments on commit 2830435

Please sign in to comment.