Skip to content

Commit

Permalink
Migrate xmlrpclib.Fault into xmlrpc.client.Fault
Browse files Browse the repository at this point in the history
  • Loading branch information
neoclust committed May 2, 2023
1 parent 1917eda commit 5ecf22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/mmc/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def doRollover(self):

sys.path.append("plugins")

Fault = xmlrpclib.Fault
Fault = xmlrpc.client.Fault
ctx = None
VERSION = "5.0.0"

Expand Down

0 comments on commit 5ecf22e

Please sign in to comment.