Revision cfcedbb1 snf-common/synnefo/util/entry_points.py

b/snf-common/synnefo/util/entry_points.py
27 27
    for e in app_entry_points:
28 28
        try:
29 29
            NEW_INSTALLED_APPS = list(e.load()())
30
        except Exception, e:
31
            for e in app_entry_points:
32
                NEW_INSTALLED_APPS = NEW_INSTALLED_APPS + \
33
                        e.module_name.split(",")
30
        except Exception, ex:
31
            NEW_INSTALLED_APPS = NEW_INSTALLED_APPS + \
32
                    e.module_name.split(",")
34 33

  
35 34
    # extend additional settings
36 35
    # TODO: existing settings logic ??

Also available in: Unified diff