Use six.StringIO in setup.py

This commit is contained in:
Ross McFarland
2019-10-14 19:07:12 -07:00
parent c1366f4b16
commit 4e09f8a838
+1 -1
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