]> git.pld-linux.org Git - packages/gDesklets.git/commitdiff
- fix registering plugins
authorgrzegol <grzegol@pld-linux.org>
Wed, 25 Aug 2004 21:20:44 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gDesklets-plugin_registry.patch -> 1.1

gDesklets-plugin_registry.patch [new file with mode: 0644]

diff --git a/gDesklets-plugin_registry.patch b/gDesklets-plugin_registry.patch
new file mode 100644 (file)
index 0000000..e4c986c
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN aa/gDesklets-0.30/plugin/PluginRegistry.py gDesklets-0.30/plugin/PluginRegistry.py
+--- aa/gDesklets-0.30/plugin/PluginRegistry.py 2004-08-12 21:58:04.000000000 +0200
++++ gDesklets-0.30/plugin/PluginRegistry.py    2004-08-25 19:11:35.228904960 +0200
+@@ -46,7 +46,7 @@
+         
+         for f in files:
+             pluginpath = os.path.join(repo, f)
+-            if (os.path.exists(os.path.join(pluginpath, "__init__.py"))):
++            if (os.path.exists(os.path.join(pluginpath, "__init__.pyc"))):
+                 cwd = os.getcwd()
+                 try:
This page took 0.096787 seconds and 4 git commands to generate.