Commit d7d64484 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

recipe/zeo: add support for Python 3 (NEEDS TO BE RELEASED BEFORE)

parent ad9c699a
......@@ -57,7 +57,7 @@ class Recipe(GenericBaseRecipe):
# Prepare all filestorages
filestorage_snippet = ""
storage = self.options['storage']
if isinstance(storage, basestring):
if isinstance(storage, str):
for storage_definition in storage.splitlines():
storage_definition = storage_definition.strip()
if not storage_definition:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment