Skip to content

Commit

Permalink
Remove commented import
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Jun 13, 2018
1 parent b9c4f16 commit 9e132a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Products/MimetypesRegistry/tests/test_mimetypes.py
@@ -1,11 +1,10 @@
# -*- coding: utf-8 -*-
from Products.MimetypesRegistry.tests.utils import input_file_path
# from plone.app.testing.bbb import PloneTestCase as ATSiteTestCase
from Products.CMFCore.utils import getToolByName
from Products.MimetypesRegistry.mime_types import application_octet_stream
from Products.MimetypesRegistry.mime_types import text_plain
from Products.MimetypesRegistry.mime_types import text_xml
from Products.MimetypesRegistry.testing import PRODUCTS_MIMETYPESREGISTRY_INTEGRATION_TESTING
from Products.MimetypesRegistry.tests.utils import input_file_path

import unittest

Expand Down

0 comments on commit 9e132a5

Please sign in to comment.