aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_python.c
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2007-04-05 15:25:19 +0200
committerReinhard Tartler <siretart@tauware.de>2007-04-05 15:25:19 +0200
commitd0c7529cb9833ede3595051df5599a11fe03be48 (patch)
tree4e63b581f10aa58e714cbf5f08f8c4ade0c09fff /plugin_python.c
parent3811bca55e79006fb5c3dc8f25d8ef29ccdda758 (diff)
downloadlcd4linux-d0c7529cb9833ede3595051df5599a11fe03be48.tar.gz
import new upstream
Diffstat (limited to '')
-rw-r--r--plugin_python.c24
1 files changed, 2 insertions, 22 deletions
diff --git a/plugin_python.c b/plugin_python.c
index dcd5dab..0a4a1fd 100644
--- a/plugin_python.c
+++ b/plugin_python.c
@@ -1,4 +1,5 @@
-/* $Id: plugin_python.c,v 1.4 2005/05/08 04:32:45 reinelt Exp $
+/* $Id: plugin_python.c 728 2007-01-14 11:14:38Z michael $
+ * $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/plugin_python.c $
*
* Python plugin
*
@@ -21,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
- *
*/
/*