Changeset 5791
- Timestamp:
- 11/15/07 18:25:44 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tools/alf_plugins/AWG/branches/AWG-0.6.2/AWG/AWG.py
r5045 r5791 9 9 import sys # for system commands (e.g., argv and argc stuff) 10 10 import CosNaming # narrowing naming context stuff 11 import CF, CF__POA # core framework stuff12 import standardInterfaces__POA11 from ossie.cf import CF, CF__POA # core framework stuff 12 from ossie.standardinterfaces import standardInterfaces__POA 13 13 from wx.lib.anchors import LayoutAnchors # used by splitter window 14 14