From d9313c80245a75e3b023a729eacec454e580b7a8 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sun, 6 Aug 2006 20:35:34 +0000 Subject: add Id property git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@114 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- plugins/ekiga.py | 2 +- plugins/gconfterminal.py | 2 +- plugins/nautilus.py | 2 +- plugins/xvncviewer.py | 2 +- src/modules/pluginloader.py.in | 2 +- src/service-discovery-applet.in | 2 +- src/service-discovery-config.in | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/plugins/ekiga.py b/plugins/ekiga.py index c83b40a..7b920e4 100644 --- a/plugins/ekiga.py +++ b/plugins/ekiga.py @@ -9,7 +9,7 @@ # warranty of merchantability or fitness for a particular purpose. # See "COPYING" in the source distribution for more information. # -# $id$ +# $Id$ # from sdapplet.pluginutils import * diff --git a/plugins/gconfterminal.py b/plugins/gconfterminal.py index 559476f..92b9abb 100644 --- a/plugins/gconfterminal.py +++ b/plugins/gconfterminal.py @@ -9,7 +9,7 @@ # warranty of merchantability or fitness for a particular purpose. # See "COPYING" in the source distribution for more information. # -# $id$ +# $Id$ # from sdapplet.pluginutils import * diff --git a/plugins/nautilus.py b/plugins/nautilus.py index 6007385..6783bbe 100644 --- a/plugins/nautilus.py +++ b/plugins/nautilus.py @@ -9,7 +9,7 @@ # warranty of merchantability or fitness for a particular purpose. # See "COPYING" in the source distribution for more information. # -# $id$ +# $Id$ # from sdapplet.pluginutils import * diff --git a/plugins/xvncviewer.py b/plugins/xvncviewer.py index 3e6daa6..ee51d54 100644 --- a/plugins/xvncviewer.py +++ b/plugins/xvncviewer.py @@ -9,7 +9,7 @@ # warranty of merchantability or fitness for a particular purpose. # See "COPYING" in the source distribution for more information. # -# $id$ +# $Id$ # from sdapplet.pluginutils import * diff --git a/src/modules/pluginloader.py.in b/src/modules/pluginloader.py.in index 82357e8..0de264b 100644 --- a/src/modules/pluginloader.py.in +++ b/src/modules/pluginloader.py.in @@ -10,7 +10,7 @@ # warranty of merchantability or fitness for a particular purpose. # See "COPYING" in the source distribution for more information. # -# $id$ +# $Id$ import sys import os diff --git a/src/service-discovery-applet.in b/src/service-discovery-applet.in index cf9469b..8f2b8b4 100755 --- a/src/service-discovery-applet.in +++ b/src/service-discovery-applet.in @@ -10,7 +10,7 @@ # warranty of merchantability or fitness for a particular purpose. # See "COPYING" in the source distribution for more information. # -# $id$ +# $Id$ # import os diff --git a/src/service-discovery-config.in b/src/service-discovery-config.in index 382038d..a981972 100755 --- a/src/service-discovery-config.in +++ b/src/service-discovery-config.in @@ -10,7 +10,7 @@ # warranty of merchantability or fitness for a particular purpose. # See "COPYING" in the source distribution for more information. # -# $id$ +# $Id$ # import os -- cgit