From e82147ce6dd05b9fe203bccf2b14770ed0642870 Mon Sep 17 00:00:00 2001 From: Yevgeny Bezman Date: Thu, 17 Apr 2014 21:32:12 +0300 Subject: [PATCH] replaygain: added missing import --- beetsplug/replaygain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beetsplug/replaygain.py b/beetsplug/replaygain.py index da38251aa..87a4eb2dc 100644 --- a/beetsplug/replaygain.py +++ b/beetsplug/replaygain.py @@ -18,6 +18,7 @@ import os import collections import itertools import sys +import warnings from beets import ui from beets.plugins import BeetsPlugin