riclc / nautilus_backspace

Brings back the Backspace shortcut to Nautilus
67 stars 21 forks source link

Fixed SyntaxError for print app #3

Closed arman1371 closed 6 years ago

arman1371 commented 6 years ago

Fixed the SyntaxError when printing the app.

The error was:

   File "/home/arman/.local/share/nautilus-python/extensions/BackspaceBack.py", line 14
     print app.set_accels_for_action( "win.up", ["BackSpace"] )
             ^
 SyntaxError: invalid syntax