summaryrefslogtreecommitdiffstats
path: root/actions/services/__init__.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'actions/services/__init__.py.in')
-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