diff options
Diffstat (limited to 'data/autostart')
| -rwxr-xr-x | data/autostart/openbox-xdg-autostart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/autostart/openbox-xdg-autostart b/data/autostart/openbox-xdg-autostart index ea760281..04a17a19 100755 --- a/data/autostart/openbox-xdg-autostart +++ b/data/autostart/openbox-xdg-autostart @@ -29,7 +29,7 @@ try: from xdg.Exceptions import ParsingError except ImportError: print - print "ERROR:", ME, "requires PyXDG to be installed" + print >>sys.stderr, "ERROR:", ME, "requires PyXDG to be installed" print sys.exit(1) |
