Commit 9b74149ac7904bb2df3a486e32bcbfe92ffd664e
1 parent
298581c9
Exists in
master
and in
1 other branch
Importing missing modules - os
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/strategy.py
@@ -20,6 +20,7 @@ __license__ = """ | @@ -20,6 +20,7 @@ __license__ = """ | ||
20 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 20 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
21 | """ | 21 | """ |
22 | 22 | ||
23 | +import os | ||
23 | import xapian | 24 | import xapian |
24 | from singleton import Singleton | 25 | from singleton import Singleton |
25 | import recommender | 26 | import recommender |