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

Fix import with Python3

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