changeset 2952:1535b4b5d746

wrap long line
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Wed, 24 Nov 2004 05:16:15 +0000
parents 2e3f3204afc9
children 1e7a3c001c6a
files roundup/cgi/client.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/cgi/client.py	Tue Nov 23 23:58:36 2004 +0000
+++ b/roundup/cgi/client.py	Wed Nov 24 05:16:15 2004 +0000
@@ -1,4 +1,4 @@
-# $Id: client.py,v 1.209 2004-11-23 22:44:43 richard Exp $
+# $Id: client.py,v 1.210 2004-11-24 05:16:15 a1s Exp $
 
 """WWW request handler (also used in the stand-alone server).
 """
@@ -404,7 +404,8 @@
                     pass
                 username, password = decoded.split(':')
                 try:
-                    self.get_action_class('login')(self).verifyLogin(username, password)
+                    self.get_action_class('login')(self).verifyLogin(
+                        username, password)
                 except LoginError, err:
                     self.make_user_anonymous()
                     self.response_code = 403

Roundup Issue Tracker: http://roundup-tracker.org/