Comment 10 for bug 1425812

Revision history for this message
Albert Astals Cid (aacid) wrote :

> The only strange thing is how this can happen with the Python3 shebang in config_usb_printer.py.

Because it's not being invoked directly but by calling
    python config_usb_printer.py
And python is always python2, the question here is who is doing the invokation.