]> git.parisson.com Git - telecaster-cgi.git/commitdiff
sort prof list
authoryomguy <yomguy@parisson.com>
Tue, 21 Jul 2009 16:05:01 +0000 (16:05 +0000)
committeryomguy <yomguy@parisson.com>
Tue, 21 Jul 2009 16:05:01 +0000 (16:05 +0000)
webview.py

index 27615450d4dce283d746b8c4c12103ea1bffbd4c..a597454905cd3f20a39966bc1a29e9d00f2337ec 100644 (file)
@@ -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']