Skip to content
Snippets Groups Projects
Commit 298b49fc authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Support python3.

parent bb9dcaed
Branches
Tags
No related merge requests found
......@@ -7,7 +7,10 @@ from __future__ import print_function
import sys
import yaml
try:
import xmlrpclib
except ImportError as _:
import xmlrpc as xmlrpclib
__version__ = "0.1.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment