Fix missing QtCore import

This commit is contained in:
Laurent Monin
2013-12-27 21:57:29 +01:00
parent 94ae22aade
commit 30b166fba1

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import sys
from PyQt4 import QtGui
from PyQt4 import QtCore, QtGui
from picard import config
from picard.util import find_existing_path