Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Jun 19, 2024
1 parent 29ba8cb commit 75046a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ redturtle.volto =
setuptools =

[sources]
collective.volto.sitesettings = https://github.com/collective/collective.volto.sitesettings.git pushurl[email protected]:collective/collective.volto.sitesettings.git
collective.volto.sitesettings = git https://github.com/collective/collective.volto.sitesettings.git pushurl[email protected]:collective/collective.volto.sitesettings.git
1 change: 1 addition & 0 deletions src/redturtle/volto/upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from uuid import uuid4
from zope.schema import getFields


try:
from plone.base.utils import get_installer
except Exception:
Expand Down
2 changes: 1 addition & 1 deletion src/redturtle/volto/upgrades.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
destination="4305"
handler=".upgrades.to_4305"
/>
<genericsetup:upgradeStep
<genericsetup:upgradeStep
title="Install new dependency"
description=""
profile="redturtle.volto:default"
Expand Down

0 comments on commit 75046a7

Please sign in to comment.