From 19f5455eb2658ad60dbe86982cf6e4e09f5eb287 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Thu, 8 Dec 2011 17:09:16 +0100 Subject: [PATCH] Fix missing import --- bin/ladiconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/ladiconf b/bin/ladiconf index ba2c58d..32b6082 100755 --- a/bin/ladiconf +++ b/bin/ladiconf @@ -19,11 +19,12 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +import os +import sys import pygtk pygtk.require ('2.0') import gtk import gobject -import sys try: import imp