Re-added missing impl attribute

This commit is contained in:
Markus Kaiserswerth
2014-07-28 20:54:08 +02:00
parent 67ee1d0dc9
commit 9376616d25

View File

@@ -115,6 +115,7 @@ class PasswordType(types.TypeDecorator, ScalarCoercible):
"""
impl = types.VARBINARY(1024)
python_type = Password
def __init__(self, max_length=None, **kwargs):