Fixed two of the three failing xml rpc tests
diff --git a/Lib/test/test_xmlrpc.py b/Lib/test/test_xmlrpc.py
index f614c76..6f78d95 100644
--- a/Lib/test/test_xmlrpc.py
+++ b/Lib/test/test_xmlrpc.py
@@ -424,7 +424,7 @@
 
             self.assertEqual(result.results[0]['faultCode'], 1)
             self.assertEqual(result.results[0]['faultString'],
-                '<type \'exceptions.Exception\'>:method "this_is_not_exists" '
+                '<type \'Exception\'>:method "this_is_not_exists" '
                 'is not supported')
         except xmlrpclib.ProtocolError as e:
             # ignore failures due to non-blocking socket 'unavailable' errors