added version information
authorJulian Dittrich <jjbig@users.schwerkraft.elitedvb.net>
Thu, 3 May 2007 12:27:57 +0000 (12:27 +0000)
committerJulian Dittrich <jjbig@users.schwerkraft.elitedvb.net>
Thu, 3 May 2007 12:27:57 +0000 (12:27 +0000)
webinterface/src/WebIfConfig.py
webinterface/src/plugin.py
webinterface/src/webif.py

index dc0a247..818176e 100644 (file)
@@ -1,3 +1,5 @@
+Version = '$Header$';
+
 from enigma import *
 from Screens.Screen import Screen
 from Components.config import config, getConfigListEntry
index 022c3bb..6b0b9d8 100644 (file)
@@ -1,3 +1,5 @@
+Version = '$Header$';
+
 from Plugins.Plugin import PluginDescriptor
 
 from twisted.internet import reactor, defer
index 5f562f2..c6c2832 100644 (file)
@@ -1,4 +1,5 @@
-#
+Version = '$Header$';
+
 # OK, this is more than a proof of concept
 # things to improve:
 #  - nicer code