Bug 206819

Summary: test/simple-player is python2 only
Product: Drivers Reporter: Pacho Ramos (pachoramos1)
Component: BluetoothAssignee: linux-bluetooth (linux-bluetooth)
Status: NEW ---    
Severity: normal    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 5.5.8 Subsystem:
Regression: No Bisected commit-id:

Description Pacho Ramos 2020-03-11 13:26:34 UTC
Other test tools were ported to python3, but simple-player not:
$ python3 ./simple-player
  File "./simple-player", line 121
    exec "self.player.%s" % s
         ^
SyntaxError: Missing parentheses in call to 'exec'

Thanks a lot :)