Merge branch 'main' into bim-cleanup-license
This commit is contained in:
@@ -39,6 +39,7 @@ else:
|
||||
def QT_TRANSLATE_NOOP(ctx,txt):
|
||||
return txt
|
||||
|
||||
|
||||
def uncamel(t):
|
||||
return ''.join(map(lambda x: x if x.islower() else " "+x, t[3:]))[1:]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user