##// END OF EJS Templates
API: allowed password field to be null when used with ldap_dn ref #362...
API: allowed password field to be null when used with ldap_dn ref #362 - added errors about non unique email to create_user api function

File last commit:

r2007:324ac367 beta
r2008:9ddbfaee beta
Show More
__init__.py
9 lines | 240 B | text/x-python | PythonLexer
from .repository import GitRepository
from .changeset import GitChangeset
from .inmemory import GitInMemoryChangeset
from .workdir import GitWorkdir
__all__ = [
'GitRepository', 'GitChangeset', 'GitInMemoryChangeset', 'GitWorkdir',
]