Skip to content

Commit

Permalink
Remove failures included to test the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Apr 11, 2017
1 parent 0187823 commit 96796b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from zope.interface import implementer
from Products.CMFPlone.interfaces import INonInstallable
from zope.interface import implementer


@implementer(INonInstallable)
Expand All @@ -16,7 +16,6 @@ class HiddenProfiles(object):
def post_install(context):
"""Post install script"""
# Do something at the end of the installation of this package.
foo = 'bar'


def uninstall(context):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# -*- coding: utf-8 -*-
from plone import api
{{% if plone.is_plone5 %}}
from plone.app.contenttypes.testing import PLONE_APP_CONTENTTYPES_FIXTURE
{{% endif %}}
Expand Down

0 comments on commit 96796b6

Please sign in to comment.