Skip to content

Commit

Permalink
Do not use six any more
Browse files Browse the repository at this point in the history
modified:   setup.py
modified:   src/Products/ZopeTree/tests/test_ZopeTree.py
  • Loading branch information
jugmac00 committed Oct 1, 2020
1 parent b101fc8 commit b2903e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
install_requires=[
"Zope",
"setuptools",
"six",
"AccessControl",
"zope.interface",
"zope.testing",
Expand Down
2 changes: 1 addition & 1 deletion src/Products/ZopeTree/tests/test_ZopeTree.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Test suite."""
import unittest
import zlib
from io import BytesIO

from six import BytesIO
from Testing import ZopeTestCase
from ZPublisher.HTTPRequest import HTTPRequest
from ZPublisher.HTTPResponse import HTTPResponse
Expand Down

0 comments on commit b2903e7

Please sign in to comment.