X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=data%2Fautostart%2Fopenbox-xdg-autostart;h=04a17a199476e3a0932c920a18ae02d83489b83d;hp=ea76028182b7b46e1fca667bf9e0a9cfcaa165b8;hb=c6997ba19ee5fdbaca49c55c8802f6b75a74c65f;hpb=65693d18dbf9d434f8c6cd5025bf3bdfbe4d8a5c 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)