1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

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

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