/[gnue]/gnue-common/src/rpc/drivers/soap/soappy/Driver.py
ViewVC logotype

Diff of /gnue-common/src/rpc/drivers/soap/soappy/Driver.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by siesel, Mon Sep 22 22:48:31 2003 UTC revision 1.2 by jcater, Tue Nov 25 17:21:37 2003 UTC
# Line 25  Line 25 
25  # Set of classes that implement the SOAP server driver for GNUe Comm.  # Set of classes that implement the SOAP server driver for GNUe Comm.
26  #  #
27  # NOTES:  # NOTES:
28  # Requires python-soappy from  # Requires python-soappy from
29  #  #
30  #  #
31  # Server Parameters:  # Server Parameters:
# Line 48  try: Line 48  try:
48  except ImportError:  except ImportError:
49    print _("\nUnable to load SOAP.py.  To use the SOAP interface, \n") \    print _("\nUnable to load SOAP.py.  To use the SOAP interface, \n") \
50        + _("please install SOAP.py from:\n") \        + _("please install SOAP.py from:\n") \
51        + "    http://sourceforge.net/projects/pywebsvcs\n"        + "    http://sourceforge.net/projects/pywebsvcs\n" \
52        + _("the appropriate DEBIAN package is python-soappy")        + _("the appropriate DEBIAN package is python-soappy")
53    sys.exit()    sys.exit()
54    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26