Python 2 compat fix

This commit is contained in:
Florian Festi 2019-01-12 18:42:44 +01:00
parent 6f4e94577b
commit 2e5a19a40f
1 changed files with 2 additions and 2 deletions

View File

@ -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