# along with this program (gpl.txt); if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-import os, sys, re, subprocess
-from PyQt4 import QtGui
+import os, re, subprocess
from selector_window import PositionSelection
-app = QtGui.QApplication(sys.argv)
+import gui
# for auto-config: common names of internal connectors
- commonInternalConnectorNames = ['LVDS', 'LVDS1']
+ commonInternalConnectorNames = ['LVDS', 'LVDS0', 'LVDS1', 'LVDS-0', 'LVDS-1']
# Load a section-less config file: maps parameter names to space-separated lists of strings (with shell quotation)
def loadConfigFile(file):