~jmuc/picard/default-ascii

« back to all changes in this revision

Viewing changes to contrib/plugins/replaygain/__init__.py

  • Committer: Lukáš Lalinský
  • Date: 2011-05-29 17:24:39 UTC
  • Revision ID: lalinsky@gmail.com-20110529172439-r3cbi361ewczmsvv
Mark some plugins as compatible with 0.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
PLUGIN_AUTHOR = u"Philipp Wolfer"
8
8
PLUGIN_DESCRIPTION = """Calculate ReplayGain for selected files and albums."""
9
9
PLUGIN_VERSION = "0.1"
10
 
PLUGIN_API_VERSIONS = ["0.10"]
 
10
PLUGIN_API_VERSIONS = ["0.10", "0.15"]
11
11
 
12
12
 
13
13
from PyQt4 import QtCore