00001 """
00002 slimproj allows SLIMpy integration with SCons
00003 """
00004
00005
00006
00007 __copyright__ = """
00008 Copyright 2008 Sean Ross-Ross
00009 """
00010 __license__ = """
00011 This file is part of SLIMpy .
00012
00013 SLIMpy is free software: you can redistribute it and/or modify
00014 it under the terms of the GNU Lesser General Public License as published by
00015 the Free Software Foundation, either version 3 of the License, or
00016 (at your option) any later version.
00017
00018 SLIMpy is distributed in the hope that it will be useful,
00019 but WITHOUT ANY WARRANTY; without even the implied warranty of
00020 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00021 GNU Lesser General Public License for more details.
00022
00023 You should have received a copy of the GNU Lesser General Public License
00024 along with SLIMpy . If not, see <http://www.gnu.org/licenses/>.
00025 """
00026
00027
00028
00029
00030 import slimproj_core.SlimProj
00031
00032 from slimproj_core.DefaultApps import *
00033 from slimproj_core.builders.Profiler import Profiler
00034 from slimproj_core.builders.DotTester import DotTester
00035
00036 from slimproj_core.builders.funtion_decorators import slim_builder
00037 from slimproj_core.builders.funtion_decorators import slim_builder_simple
00038