lc_ldap/__init__.py
Vincent Le Gallic 9702b1825c Rage commit
2012-10-16 19:28:18 +02:00

5 lines
95 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
from lc_ldap import lc_ldap
__all__ = [lc_ldap]