[Deskbar] fix google-live installation
- From: Mikkel Kamstrup Erlandsen <kamstrup daimi au dk>
- To: "[deskbar]" <deskbar-applet-list gnome org>
- Subject: [Deskbar] fix google-live installation
- Date: Fri, 21 Oct 2005 00:03:37 +0200
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]