From 7c9e84bc0f1363370eaab93e286687f5d5f57f97 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Sep 2005 14:24:44 +0000 Subject: [PATCH] don't import ltihooks twice Original commit message from CVS: don't import ltihooks twice --- gst/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/__init__.py b/gst/__init__.py index be6aab0..1dade53 100644 --- a/gst/__init__.py +++ b/gst/__init__.py @@ -28,8 +28,6 @@ try: except: pass -import ltihooks - import gobject del gobject -- 2.7.4