[__init__.py] accès possible à toutes fonctions définie dans le module

This commit is contained in:
Vincent Le Gallic 2013-04-16 00:03:05 +02:00
parent d27d617946
commit 9dee21d45a

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from lc_ldap import lc_ldap from lc_ldap import *
__all__ = [lc_ldap]