Index: /tools/alf_plugins/AWG/branches/AWG-0.6.2/AWG/AWG.py
===================================================================
--- /tools/alf_plugins/AWG/branches/AWG-0.6.2/AWG/AWG.py	(revision 5045)
+++ /tools/alf_plugins/AWG/branches/AWG-0.6.2/AWG/AWG.py	(revision 5791)
@@ -9,6 +9,6 @@
 import sys       # for system commands (e.g., argv and argc stuff)
 import CosNaming   # narrowing naming context stuff
-import CF, CF__POA    # core framework stuff
-import standardInterfaces__POA
+from ossie.cf import CF, CF__POA    # core framework stuff
+from ossie.standardinterfaces import standardInterfaces__POA
 from wx.lib.anchors import LayoutAnchors  # used by splitter window
 
