diff --git a/src/strategy.py b/src/strategy.py index c083ee1..52ab302 100644 --- a/src/strategy.py +++ b/src/strategy.py @@ -20,6 +20,7 @@ __license__ = """ along with this program. If not, see . """ +import os import xapian from singleton import Singleton import recommender -- libgit2 0.21.2