A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2002-October/030266.html below:

[Python-checkins] python/dist/src/Demo/cgi wiki.py,1.2,1.3

[Python-checkins] python/dist/src/Demo/cgi wiki.py,1.2,1.3gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 17 Oct 2002 12:30:42 -0700
Update of /cvsroot/python/python/dist/src/Demo/cgi
In directory usw-pr-cvs1:/tmp/cvs-serv12254

Modified Files:
	wiki.py 
Log Message:
Remove redundant load() call.


Index: wiki.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/cgi/wiki.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wiki.py	17 Oct 2002 16:26:45 -0000	1.2
--- wiki.py	17 Oct 2002 19:30:39 -0000	1.3
***************
*** 11,15 ****
      page = form.getvalue("page", "FrontPage")
      wiki = WikiPage(page)
-     wiki.load()
      method = getattr(wiki, 'cmd_' + cmd, None) or wiki.cmd_view
      method(form)
--- 11,14 ----





RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4