From 91890bc31f2752aa8ff55372aa69a6723a0c09b5 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 10 Jan 2006 15:39:00 +0000 Subject: move the plugins into their own directory and every plugin has a main python file called plugin.py in his directory for example the update plugin now resides in /usr/lib/enigma2/python/Plugins/update when you add a plugin, don't forget to put an empty __init__.py file into the directory, otherwise python doesn't recognize the directory as module --- lib/python/Plugins/update/Makefile.am | 0 lib/python/Plugins/update/update.png | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 lib/python/Plugins/update/Makefile.am create mode 100644 lib/python/Plugins/update/update.png (limited to 'lib/python/Plugins/update') diff --git a/lib/python/Plugins/update/Makefile.am b/lib/python/Plugins/update/Makefile.am new file mode 100644 index 00000000..e69de29b diff --git a/lib/python/Plugins/update/update.png b/lib/python/Plugins/update/update.png new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3