Changeset 5791

Show
Ignore:
Timestamp:
11/15/07 18:25:44 (6 years ago)
Author:
jgaeddert
Message:

fixing imports

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/alf_plugins/AWG/branches/AWG-0.6.2/AWG/AWG.py

    r5045 r5791  
    99import sys       # for system commands (e.g., argv and argc stuff) 
    1010import CosNaming   # narrowing naming context stuff 
    11 import CF, CF__POA    # core framework stuff 
    12 import standardInterfaces__POA 
     11from ossie.cf import CF, CF__POA    # core framework stuff 
     12from ossie.standardinterfaces import standardInterfaces__POA 
    1313from wx.lib.anchors import LayoutAnchors  # used by splitter window 
    1414