]> Dogcows Code - chaz/openbox/blobdiff - data/autostart/openbox-xdg-autostart
Print error message to stderr (Fix bug 5731)
[chaz/openbox] / data / autostart / openbox-xdg-autostart
index ea76028182b7b46e1fca667bf9e0a9cfcaa165b8..04a17a199476e3a0932c920a18ae02d83489b83d 100755 (executable)
@@ -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)
 
This page took 0.017326 seconds and 4 git commands to generate.