Code Cleanup: style

This commit is contained in:
Campbell Barton 2013-12-24 05:04:29 +11:00
parent 632c29fef3
commit 0a5e00e8e8
3 changed files with 2 additions and 10 deletions

@ -27,14 +27,6 @@
* these functions are slightly different from the original Python API, * these functions are slightly different from the original Python API,
* don't throw SIGABRT even if the thread state is NULL. */ * don't throw SIGABRT even if the thread state is NULL. */
/** \file blender/python/intern/bpy_interface.c
* \ingroup pythonintern
*
* This file deals with embedding the python interpreter within blender,
* starting and stopping python and exposing blender/python modules so they can
* be accesses from scripts.
*/
/* grr, python redefines */ /* grr, python redefines */
#ifdef _POSIX_C_SOURCE #ifdef _POSIX_C_SOURCE
# undef _POSIX_C_SOURCE # undef _POSIX_C_SOURCE