From bedb1c2fd09181ac2a96e69cdf93c0ed1197bc65 Mon Sep 17 00:00:00 2001 From: Matthew Monaco Date: Sat, 18 Feb 2012 17:18:58 -0700 Subject: [PATCH 1/2] use python2 explicitly The scripts affected are all for python v2. Most distributions install python2 and python3, plain python is up-for-grabs. diff --git a/data/autostart/openbox-xdg-autostart b/data/autostart/openbox-xdg-autostart index ea76028..0d016dc 100755 --- a/data/autostart/openbox-xdg-autostart +++ b/data/autostart/openbox-xdg-autostart @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # openbox-xdg-autostart runs things based on the XDG autostart specification # Copyright (C) 2008 Dana Jansens diff --git a/tests/hideshow.py b/tests/hideshow.py index 2e7fc3a..c78733a 100755 --- a/tests/hideshow.py +++ b/tests/hideshow.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import pygtk import gtk diff --git a/tools/themeupdate/themeupdate.py b/tools/themeupdate/themeupdate.py index c2ad6a7..16b2270 100755 --- a/tools/themeupdate/themeupdate.py +++ b/tools/themeupdate/themeupdate.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/python2 # themeupdate.py for the Openbox window manager # This utility is for updating old themes from Blackbox, Fluxbox, and Openbox2 -- 1.7.9.1