From: yomguy <> Date: Tue, 21 Jul 2009 16:05:01 +0000 (+0000) Subject: sort prof list X-Git-Tag: 0.9~285 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c79d60f4bbe51334c773ce01a4730b458f70d5da;p=telecaster-client.git sort prof list --- diff --git a/webview.py b/webview.py index 2761545..a597454 100644 --- a/webview.py +++ b/webview.py @@ -60,6 +60,7 @@ class WebView(FieldStorage): self.title = self.conf['title'] self.departments = self.conf['department'] self.professors = self.conf['professor'] + self.professors.sort() self.comments = self.conf['comment'] #print self.departments #self.conferences = self.conf['department']['conferences']