added MutableType, Concatenable to __all__

This commit is contained in:
Mike Bayer
2008-07-31 16:48:32 +00:00
parent 86126c98a2
commit 2cb79b9808
+1 -1
View File
@@ -17,7 +17,7 @@ __all__ = [ 'TypeEngine', 'TypeDecorator', 'AbstractType',
'BOOLEAN', 'SMALLINT', 'DATE', 'TIME',
'String', 'Integer', 'SmallInteger','Smallinteger',
'Numeric', 'Float', 'DateTime', 'Date', 'Time', 'Binary',
'Boolean', 'Unicode', 'UnicodeText', 'PickleType', 'Interval',
'Boolean', 'Unicode', 'MutableType', 'Concatenable', 'UnicodeText', 'PickleType', 'Interval',
'type_map'
]