Ross McFarland
6 years ago
No known key found for this signature in database
GPG Key ID: 61C10C4FC8FE4A89
1 changed files with
2 additions and
2 deletions
-
setup.py
|
|
|
@ -1,9 +1,9 @@ |
|
|
|
#!/usr/bin/env python |
|
|
|
|
|
|
|
try: |
|
|
|
from io import StringIO |
|
|
|
except ImportError: |
|
|
|
from StringIO import StringIO |
|
|
|
except ImportError: |
|
|
|
from io import StringIO |
|
|
|
from os.path import dirname, join |
|
|
|
import octodns |
|
|
|
|
|
|
|
|