commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6377 - trunk/gnue-common/src/rpc/drivers/pyro


From: reinhard
Subject: r6377 - trunk/gnue-common/src/rpc/drivers/pyro
Date: Thu, 23 Sep 2004 04:24:14 -0500 (CDT)

Author: reinhard
Date: 2004-09-23 04:24:13 -0500 (Thu, 23 Sep 2004)
New Revision: 6377

Modified:
   trunk/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py
Log:
Fixed syntax.


Modified: trunk/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py
===================================================================
--- trunk/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py     2004-09-23 
08:50:54 UTC (rev 6376)
+++ trunk/gnue-common/src/rpc/drivers/pyro/ServerAdapter.py     2004-09-23 
09:24:13 UTC (rev 6377)
@@ -344,7 +344,7 @@
           server_attribute=getattr(o,method[4:])
         except AttributeError:
           
-          if method ! = "_close":
+          if method != "_close":
             msg = u_("Internal XMLRPC server error: method %s can be "
                      "found in the directory (build out of a .grpc file), "
                      "but the object doesn't contain this method/attribut. "





reply via email to

[Prev in Thread] Current Thread [Next in Thread]