Parent Directory
|
Revision Log
|
Patch
revision 1176 by jonathan, Thu Jun 12 15:46:22 2003 UTC | revision 1249 by jonathan, Fri Jun 20 09:27:19 2003 UTC | |
---|---|---|
# | Line 20 See the description of FindGroup() for m | Line 20 See the description of FindGroup() for m |
20 | on the mapping algorithm. | on the mapping algorithm. |
21 | """ | """ |
22 | ||
23 | # fix for people using python2.1 | import copy, operator, types |
from __future__ import nested_scopes | ||
import copy, operator | ||
24 | ||
25 | from Thuban import _ | from Thuban import _ |
26 | ||
import types | ||
27 | from messages import \ | from messages import \ |
28 | LAYER_PROJECTION_CHANGED, \ | LAYER_PROJECTION_CHANGED, \ |
29 | LAYER_LEGEND_CHANGED, \ | LAYER_LEGEND_CHANGED, \ |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |