Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zone2gandi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
zone2gandi
Commits
298b49fc
Commit
298b49fc
authored
8 years ago
by
Kevin Lyda
Browse files
Options
Downloads
Patches
Plain Diff
Support python3.
parent
bb9dcaed
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
zone2gandi/zone2gandi.py
+4
-1
4 additions, 1 deletion
zone2gandi/zone2gandi.py
with
4 additions
and
1 deletion
zone2gandi/zone2gandi.py
+
4
−
1
View file @
298b49fc
...
...
@@ -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
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment