00001 00008 /*************************************************************************** 00009 * (c) Jürgen Riegel (juergen.riegel@web.de) 2002 * 00010 * * 00011 * This file is part of the FreeCAD CAx development system. * 00012 * * 00013 * This program is free software; you can redistribute it and/or modify * 00014 * it under the terms of the GNU Library General Public License (LGPL) * 00015 * as published by the Free Software Foundation; either version 2 of * 00016 * the License, or (at your option) any later version. * 00017 * for detail see the LICENCE text file. * 00018 * * 00019 * FreeCAD is distributed in the hope that it will be useful, * 00020 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00021 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00022 * GNU Library General Public License for more details. * 00023 * * 00024 * You should have received a copy of the GNU Library General Public * 00025 * License along with FreeCAD; if not, write to the Free Software * 00026 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * 00027 * USA * 00028 * * 00029 * Juergen Riegel 2002 * 00030 ***************************************************************************/ 00031 00032 00033 #include "PreCompiled.h" 00034 00035 #ifndef _PreComp_ 00036 # include <stdlib.h> 00037 #endif 00038 00039 #include "PyExport.h" 00040 #include "PyObjectBase.h" 00041 00042 using namespace Base;