From fa823bb6e20373991482a7d07476742452487543 Mon Sep 17 00:00:00 2001 From: Constantin Date: Sat, 6 Oct 2012 12:38:57 +0200 Subject: [PATCH] added more possible internal connector names --- dsl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsl.py b/dsl.py index d46f620..396468d 100755 --- a/dsl.py +++ b/dsl.py @@ -22,7 +22,7 @@ from selector_window import PositionSelection app = QtGui.QApplication(sys.argv) # for auto-config: common names of internal connectors -commonInternalConnectorNames = ['LVDS', 'LVDS1', 'LVDS-0'] +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): -- 2.30.2