From 7e02f86af85b08a79c9c2fe2d829ad84aaccd576 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Mon, 14 Apr 2014 18:51:24 -0700 Subject: [PATCH] Fixed import for specifying beets config file --- lib/beets/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/beets/__init__.py b/lib/beets/__init__.py index c51abf62..6010d4d3 100644 --- a/lib/beets/__init__.py +++ b/lib/beets/__init__.py @@ -14,6 +14,7 @@ # This particular version has been slightly modified to work with headphones # https://github.com/rembo10/headphones +import os __version__ = '1.3.4' __author__ = 'Adrian Sampson '