summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-05 00:15:12 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-05 00:15:12 +0000
commitb85e048dde608f20fbf13695801e552ba4144d29 (patch)
tree754425c536d89575ec0ce9df5bbfae5ce9e829bf
parent6ee652a01d48cba70413c31b0b86e0fc98146040 (diff)
* 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
-rwxr-xr-xactions/services/__init__.py.in6
1 files changed, 6 insertions, 0 deletions
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