Home | Trees | Indices | Help |
|
---|
|
1 #!/usr/bin/python 2 #-*- coding: utf-8 -*- 3 4 """ 5 Import the most basic modules and set up the load path so that we can 6 call each module as mathbench.lab.XXX or mathbench.basement.XXX for 7 instance. 8 """ 9 10 #import sys, os 11 12 # Get the parent directory of this directory 13 #__parent_directory = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) 14 15 # Set the parent directory in the path 16 #sys.path.append(__parent_directory) 17
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Apr 9 17:18:04 2008 | http://epydoc.sourceforge.net |