Move sip.setapi calls to picard/tagger.py

They are currently in ./tagger.py. Which means they will never get
called unless you're using ./tagger.py to start Picard.
This commit is contained in:
Michael Wiencek
2014-02-23 19:21:20 -06:00
parent 2fe5d29094
commit d41995f5ed
2 changed files with 5 additions and 4 deletions

View File

@@ -2,10 +2,6 @@
import os.path
import sys
import sip
sip.setapi("QString", 2)
sip.setapi("QVariant", 2)
sys.path.insert(0, '.')
from picard.tagger import main