[Deskbar] fix google-live installation



The google-live handler was importing modules in a bad way, that was
only visible when installed. This ingeniously conceived uber-complex
patch fixes that.

Cheers
Mikkel
--- deskbar/handlers/google-live.py	2005-10-19 01:04:40.000000000 +0200
+++ /home/mikkel/.gnome2/deskbar-applet/handlers/google-live.py	2005-10-20 23:58:24.231218440 +0200
@@ -1,4 +1,5 @@
-from handler import AsyncHandler, Match
+import deskbar
+from deskbar.handler import AsyncHandler, Match
 from deskbar import MODULES_DIRS
 
 import os


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]