Commit 644c6c52 authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

Fix import with Python3

parent d1fd9aaf
...@@ -30,7 +30,7 @@ import shutil ...@@ -30,7 +30,7 @@ import shutil
import zc.buildout import zc.buildout
import logging import logging
from hashlib import md5 from hashlib import md5
from downloadunpacked import make_read_only_recursively, Signature from .downloadunpacked import make_read_only_recursively, Signature
class Recipe(object): class Recipe(object):
_parts = None _parts = None
......
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