00001 #*** 00002 #********************************************************************* 00003 #************************************************************************* 00004 #*** 00005 #*** GizmoDaemon User Config Script 00006 #*** GizmodUser.py 00007 #*** 00008 #***************************************** 00009 #***************************************** 00010 #*** 00011 00012 """ 00013 00014 Copyright (c) 2007, Gizmo Daemon Team 00015 Licensed under the Apache License, Version 2.0 (the "License"); 00016 you may not use this file except in compliance with the License. 00017 You may obtain a copy of the License at 00018 00019 http://www.apache.org/licenses/LICENSE-2.0 00020 00021 Unless required by applicable law or agreed to in writing, software 00022 distributed under the License is distributed on an "AS IS" BASIS, 00023 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00024 See the License for the specific language governing permissions and 00025 limitations under the License. 00026 00027 """ 00028 00029 # This file is executed after Gizmod.py and can be thought of as having 00030 # been included after that file's execution. The following environment 00031 # is available in this file: 00032 # 00033 # - The GizmoDaemon namespace is already imported 00034 # - There exists an object "Gizmod" that is the main program core 00035 # - There exists an object "Dispatcher" that is defined in Gizmod.py as 00036 # class GizmodDispatcher 00037 00038 #print 00039 #print "From Python to C++ Gizmod Version v" + str(Gizmod.getVersion()) 00040 #print "Dispatcher Initialized from Python: " + str(Dispatcher.getInitialized()) 00041 #print