projects
/
lilass.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5692eb1
)
added more possible internal connector names
author
Constantin
<commit.suicide.enormator@xoxy.net>
Sat, 6 Oct 2012 10:38:57 +0000
(12:38 +0200)
committer
Constantin
<commit.suicide.enormator@xoxy.net>
Sat, 6 Oct 2012 10:38:57 +0000
(12:38 +0200)
dsl.py
patch
|
blob
|
history
diff --git
a/dsl.py
b/dsl.py
index d46f620aa7a6f749e918a48045f375326c5f6d1d..396468d5bfca273ac8058b3cd980ea307c92e944 100755
(executable)
--- 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
app = QtGui.QApplication(sys.argv)
# for auto-config: common names of internal connectors
-commonInternalConnectorNames = ['LVDS', 'LVDS
1', 'LVDS-0
']
+commonInternalConnectorNames = ['LVDS', 'LVDS
0', '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):
# Load a section-less config file: maps parameter names to space-separated lists of strings (with shell quotation)
def loadConfigFile(file):