Package mathbench :: Package lab :: Module lab_settings
[hide private]

Source Code for Module mathbench.lab.lab_settings

 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