Project

General

Profile

Revision dde732e5

IDdde732e584f8a82be9837a8135db7ae11a25b5ed
Parent 977b981c
Child 51ede5e8

Added by Thomas ANDREJAK almost 15 years ago

Oublis par rapport à la dernière révision

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@334 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/controllers/root.py
44 44
            try :
45 45
                mymod = __import__(
46 46
                    'vigiboard.controllers.' + mod + '_ctl',globals(), locals(), [mod + 'Controller'],-1)
47
                setattr(self,mod,getattr(mymod,mod + 'Controller')())
47 48
            except:
48
                pass 
49
                pass
49 50

  
50 51
    @expose('vigiboard.templates.index')
51 52
    def index(self):

Also available in: Unified diff