Parent Directory
|
Revision Log
Regigger of cookbook directory structure. Examlples->examples/cookbook TEXT->doc/cookbook Figures-> doc/cookbook/figures
1 | ahallam | 2427 | # This is the cookbook library for generic scripts. |
2 | # Imports come from the folder cblib and contain script definitions. | ||
3 | |||
4 | import sys | ||
5 | import os | ||
6 | |||
7 | #set the subdirectory path | ||
8 | sys.path.insert(0,'cblib') | ||
9 | #import all examples to library | ||
10 | from wavesolver2d import * | ||
11 | ahallam | 2469 | from wavesolver2df import * |
12 | ahallam | 2460 | from phones import * |
13 | ahallam | 2597 | from getLoopCoords import * |
14 | ahallam | 2427 | #exit subdirectory |
15 | ahallam | 2597 | del sys.path[0] |
ViewVC Help | |
Powered by ViewVC 1.1.26 |