From b85e048dde608f20fbf13695801e552ba4144d29 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Wed, 5 Oct 2005 00:15:12 +0000 Subject: * adding a big warning about actions/services being an interim solution git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@37 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- actions/services/__init__.py.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/actions/services/__init__.py.in b/actions/services/__init__.py.in index b0f3871..0fc81bd 100755 --- a/actions/services/__init__.py.in +++ b/actions/services/__init__.py.in @@ -12,6 +12,12 @@ # $id$ # +# BIG WARNING: +# this file is for the moment a big ugly quick hack +# I'm working on a clean plugin system to handle actions for service types +# it will hopefully appear in 0.3 +# this file is just an interim solution to give the same functionnaly as 0.1 + import pygtk pygtk.require('2.0') import gtk -- cgit