Add support for implementing LDB modules in Python.
[ira/wip.git] / source4 / lib / appweb / ejs-2.0 / ejs / lib / startup.js
1 /*
2  *      @file   startup.js
3  *      @brief  Embedded JavaScript Startup Code
4  *      @copy   Copyright (c) Mbedthis Software LLC, 2005-2006. All Rights Reserved.
5  *
6  *      Invoked automatically on startup.
7  */
8
9 /******************************************************************************/
10
11 // println("Loading startup.js ...");
12
13 include("lib/event.js");
14 include("lib/global.js");
15 include("lib/timer.js");