Python 2 compat fix
This commit is contained in:
parent
6f4e94577b
commit
2e5a19a40f
|
@ -34,8 +34,8 @@ def getDescriptions():
|
|||
d['O'] = d['o'] + ' (other end)'
|
||||
d['P'] = d['p'] + ' (other end)'
|
||||
d['U'] = d['u'] + ' top side'
|
||||
d['v'] = d['u'] + ' for 90° lid'
|
||||
d['V'] = d['u'] + ' 90° lid'
|
||||
d['v'] = d['u'] + u' for 90° lid'
|
||||
d['V'] = d['u'] + u' 90° lid'
|
||||
return d
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue