From 93414007b813928f7799e1161a2c22618b68a143 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 6 Mar 2014 09:04:28 +0900 Subject: [PATCH] stop providing pyqtconfig, as it's no longer available on newer plats --- aqt/qt.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aqt/qt.py b/aqt/qt.py index a46aec0b9..328f82110 100644 --- a/aqt/qt.py +++ b/aqt/qt.py @@ -49,8 +49,3 @@ if qtmajor <= 4 and qtminor <= 6: import anki.template.furigana anki.template.furigana.ruby = r'\2\1' -if isWin or isMac: - # we no longer use this, but want it included in the mac+win builds - # so we don't break add-ons that use it. any new add-ons should use - # the above variables instead - from PyQt4 import pyqtconfig