moved Lattice to getseters. gen_utils.c - removed unused code fixed a warning.

This commit is contained in:
2007-02-27 04:28:15 +00:00
parent d3f9e661de
commit 58d1a25da0
5 changed files with 244 additions and 308 deletions

View File

@@ -77,7 +77,7 @@ class Lattice:
@ivar depthType: The z dimension key type.
@ivar mode: The current mode of the Lattice.
@ivar latSize: The number of points in this Lattice.
@cvar key: The L{Key.Key} object associated with this Lattice.
@cvar key: The L{Key.Key} object associated with this Lattice or None.
"""
def getName():