next up previous contents index
Next: Common problems Up: Client-side Previous: Environment variables   Contents   Index


Imports

The following command is used to import a class named X.Y.Z$:$

$»>$ import X.Y.Z

Alternatively,

$»>$ from X.Y.Z import *

can be used but there can be no name space collisions.



Subsections



babel-1.0.0
users_guide Last Modified 2006-07-21

http://www.llnl.gov/CASC/components
components@llnl.gov