Skip to content

Commit

Permalink
Merge pull request metabrainz#669 from Sophist-UK/patch-5
Browse files Browse the repository at this point in the history
PICARD-1042: Fix missing import for PICARD_APP_NAME
  • Loading branch information
zas authored Mar 31, 2017
2 parents 817ffd3 + 4b872bb commit 3f92df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picard/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
from picard.util.filenaming import make_short_filename
from picard.util.tags import PRESERVED_TAGS
from picard.const import QUERY_LIMIT

from picard import PICARD_APP_NAME

class File(QtCore.QObject, Item):

Expand Down

0 comments on commit 3f92df6

Please sign in to comment.