From e9fef1cdc3d8318008663e0ef2ffe65f71d03109 Mon Sep 17 00:00:00 2001 From: sirinelli Date: Tue, 19 Jun 2007 14:29:36 +0000 Subject: [PATCH] Remove gtk.require to fit some pygtk instalation [John Hunter] git-svn-id: https://mpl-properties.googlecode.com/svn/trunk@6 9118569e-0233-0410-8bc3-a9813c38a78a --- mpl_properties.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mpl_properties.py b/mpl_properties.py index 0e1f4d0..c86b945 100644 --- a/mpl_properties.py +++ b/mpl_properties.py @@ -1,6 +1,5 @@ import pylab as P import pygtk -pygtk.require('2.0') import gtk import gobject -- 2.11.4.GIT