From 9b74149ac7904bb2df3a486e32bcbfe92ffd664e Mon Sep 17 00:00:00 2001 From: Tássia Camões Araújo Date: Mon, 12 Sep 2011 04:08:27 +0000 Subject: [PATCH] Importing missing modules - os --- src/strategy.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) 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