web/views/startup.py
changeset 10593 03ce3d24db87
parent 10007 727bbb361ed1
child 10666 7f6b5f023884
--- a/web/views/startup.py	Fri Sep 11 15:52:18 2015 +0200
+++ b/web/views/startup.py	Fri Sep 11 16:01:10 2015 +0200
@@ -106,7 +106,7 @@
 
     def entity_types_table(self, eschemas):
         infos = sorted(self.entity_types(eschemas),
-                       key=lambda (l,a,e): unormalize(l))
+                       key=lambda t: unormalize(t[0]))
         q, r = divmod(len(infos), 2)
         if r:
             infos.append( (None, ' ', ' ') )