Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f-interop-contributors
myslicelib
Commits
2d6b2ed5
Commit
2d6b2ed5
authored
Feb 14, 2017
by
Loic Baron
Browse files
python3 xmlrpclib -> xmlrpc.client
parent
837fcd14
Changes
1
Hide whitespace changes
Inline
Side-by-side
myslicelib/util/faults.py
View file @
2d6b2ed5
...
...
@@ -24,7 +24,7 @@
# SFA API faults
#
import
xmlrpclib
import
xmlrpc.client
as
xmlrpclib
from
myslicelib.util.genicode
import
GENICODE
class
SfaFault
(
xmlrpclib
.
Fault
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment