diff --git a/chemprice/chemprice.py b/chemprice/chemprice.py index 1f4c234..d5c2bc2 100644 --- a/chemprice/chemprice.py +++ b/chemprice/chemprice.py @@ -2,7 +2,7 @@ import os import sys sys.path.append(os.path.dirname(os.path.abspath(__file__))) -import utils +from . import utils class PriceCollector: