aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_python.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-14 08:21:55 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-14 08:21:55 +0000
commita9d650fb4df64894e5f56758854286466918b74f (patch)
treea0de3ee7dc538eaaa34335f37e761f69f37a5579 /plugin_python.c
parenteff1e17fc385faa8e1ae0c8f7d0acb031f8f5cf2 (diff)
downloadlcd4linux-a9d650fb4df64894e5f56758854286466918b74f.tar.gz
removed all tags
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@727 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_python.c')
-rw-r--r--plugin_python.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/plugin_python.c b/plugin_python.c
index 9cde204..73fa159 100644
--- a/plugin_python.c
+++ b/plugin_python.c
@@ -22,27 +22,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
- *
- * $Log: plugin_python.c,v $
- * Revision 1.4 2005/05/08 04:32:45 reinelt
- * CodingStyle added and applied
- *
- * Revision 1.3 2005/05/04 05:22:12 reinelt
- * * replaced fprintf(stderr,... with error()
- * * corrected a "dangling reference" memory problem
- * * removed some PyErr_Print() spam
- * * fixed a segmentation fault that occured when python module was not
- * found
- * * improved error messages
- *
- * Revision 1.2 2005/05/03 11:13:24 reinelt
- * rearranged autoconf a bit,
- * libX11 will be linked only if really needed (i.e. when the X11 driver has been selected)
- * plugin_python filled with life
- *
- * Revision 1.1 2005/05/02 10:29:20 reinelt
- * preparations for python bindings and python plugin
- *
*/
/*