[openbox] ObKey - Openbox Key Editor

Mikael Magnusson lists at bak.och.fr.am
Sat Feb 7 14:36:34 EST 2009


On Sat, 7 Feb 2009, nsf wrote:

> Hi. I have written the Openbox Key Editor called obkey.
> You can check it out here:
> http://code.google.com/p/obkey

This is needed to work with python 2.5.

diff --git a/obkey_classes.py b/obkey_classes.py
index 2183051..e8ab885 100644
--- a/obkey_classes.py
+++ b/obkey_classes.py
@@ -17,6 +17,7 @@
  # along with this program.  If not, see <http://www.gnu.org/licenses/>.
  #-----------------------------------------------------------------------

+from __future__ import with_statement
  import xml.dom.minidom
  import gtk
  import gobject


--
Mikael Magnusson



More information about the openbox mailing list