comparison Generic/__init__.py @ 23:65e7ae0d0e63

GTK2 to GTK3
author Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es>
date Thu, 02 May 2019 16:31:17 +0200
parents 60bc5117926c
children
comparison
equal deleted inserted replaced
22:7bd4ca56607d 23:65e7ae0d0e63
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',
27 'fiebdc', 26 'fiebdc',
28 'globalVars', 27 'globalVars',
29 'openwith', 28 'openwith',
30 'utils', 29 'utils',
31 ] 30 ]