comparison Generic/__init__.py @ 16:60bc5117926c

no durus
author Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es>
date Fri, 19 Apr 2013 00:04:20 +0200
parents 2fc6b47dbe70
children 65e7ae0d0e63
comparison
equal deleted inserted replaced
15:2a13413dcc13 16:60bc5117926c
21 # define __all__ so 'from Generic import *' works 21 # define __all__ so 'from Generic import *' works
22 # 22 #
23 __all__ = [ 23 __all__ = [
24 'base', 24 'base',
25 'config', 25 'config',
26 'durusdatabase', 26 #'durusdatabase',
27 'fiebdc', 27 'fiebdc',
28 'globalVars', 28 'globalVars',
29 'openwith', 29 'openwith',
30 'utils', 30 'utils',
31 ] 31 ]