don't import ltihooks twice
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Sep 2005 14:24:44 +0000 (14:24 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Sep 2005 14:24:44 +0000 (14:24 +0000)
Original commit message from CVS:
don't import ltihooks twice

gst/__init__.py

index be6aab0..1dade53 100644 (file)
@@ -28,8 +28,6 @@ try:
 except:
    pass
 
-import ltihooks
-
 import gobject
 del gobject