Add minimalistic python scripting support.
commit7dccee904d28610e4209de57ccee77f449bb4c86
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Thu, 11 Jun 2009 18:50:13 +0000 (11 14:50 -0400)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Thu, 11 Jun 2009 18:50:13 +0000 (11 14:50 -0400)
tree2be75adaa3019d1a0ada7548e017bbfec3735c85
parent217f5af3bc468852fc2e6ae3731c213093bf5755
Add minimalistic python scripting support.

For the initial python scripting support, there's only one function
exposed to get the list of the names of the windows.
src/python.c [new file with mode: 0644]
src/script.c