Skip to content

Commit

Permalink
- more merge cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Mar 25, 2019
1 parent 9313a98 commit 0693e5a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion src/App/FactoryDispatcher.py
Expand Up @@ -25,7 +25,6 @@
from Acquisition import aq_base
from ExtensionClass import Base
from OFS.metaconfigure import get_registered_packages
from zExceptions import Redirect


def _product_packages():
Expand Down
2 changes: 0 additions & 2 deletions src/OFS/DTMLDocument.py
Expand Up @@ -13,8 +13,6 @@
"""DTML Document objects.
"""

from six import PY2
from six import PY3
from six import binary_type
from six.moves.urllib.parse import quote

Expand Down
1 change: 0 additions & 1 deletion src/Products/PageTemplates/ZopePageTemplate.py
Expand Up @@ -39,7 +39,6 @@
from Products.PageTemplates.PageTemplateFile import PageTemplateFile
from Products.PageTemplates.PageTemplateFile import guess_type
from Products.PageTemplates.utils import convertToUnicode
from Products.PageTemplates.utils import encodingFromXMLPreamble
from Shared.DC.Scripts.Script import Script
from Shared.DC.Scripts.Signature import FuncCode
from zExceptions import ResourceLockedError
Expand Down
1 change: 0 additions & 1 deletion src/Testing/ZopeTestCase/ZopeLite.py
Expand Up @@ -265,7 +265,6 @@ def startup():
active = _patched



def sandbox(base=None):
'''Returns a sandbox copy of the base ZODB.'''
if base is None:
Expand Down
1 change: 0 additions & 1 deletion src/Testing/tests/test_testbrowser.py
Expand Up @@ -20,7 +20,6 @@
from AccessControl.Permissions import view
from OFS.SimpleItem import Item
from Testing.testbrowser import Browser
from Testing.testbrowser import WSGITestApp
from Testing.ZopeTestCase import FunctionalTestCase
from Testing.ZopeTestCase import user_name
from Testing.ZopeTestCase import user_password
Expand Down
2 changes: 0 additions & 2 deletions src/ZPublisher/tests/testHTTPResponse.py
Expand Up @@ -4,8 +4,6 @@
import unittest
from io import BytesIO

from six import PY3

from zExceptions import BadRequest
from zExceptions import Forbidden
from zExceptions import InternalError
Expand Down
1 change: 0 additions & 1 deletion src/ZPublisher/tests/test_xmlrpc.py
Expand Up @@ -9,7 +9,6 @@
import xmlrpclib



class FauxResponse(object):

def __init__(self):
Expand Down
2 changes: 0 additions & 2 deletions src/Zope2/App/tests/test_safe_formatter.py
@@ -1,7 +1,5 @@
"""This module contains integration tests for AccessControl.safe_formatter."""

import unittest

from Testing.ZopeTestCase import FunctionalTestCase
from zExceptions import Unauthorized

Expand Down

0 comments on commit 0693e5a

Please sign in to comment.