Browse Source

Use six.StringIO in setup.py

pull/384/head
Ross McFarland 6 years ago
parent
commit
4e09f8a838
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
from StringIO import StringIO
from six import StringIO
from os.path import dirname, join
import octodns


Loading…
Cancel
Save