MAINT: Add unicode to __all__.

This commit is contained in:
Scott Sanderson
2016-05-04 14:59:35 -04:00
parent 0922714bac
commit 4357673221
+1
View File
@@ -16,4 +16,5 @@ unicode = type(u'')
__all__ = [
'mappingproxy',
'unicode',
]