Show
Ignore:
Timestamp:
03/02/09 22:54:54 (4 years ago)
Author:
gpolo
Message:

Ran something to fix the still remaining old imports.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source-plugins/flow-analyzer/sources/main.py

    r3792 r4255  
    2222import sys 
    2323 
    24 from umitPlugin.Core import Core 
    25 from umitPlugin.Engine import Plugin 
     24from umit.plugin.Core import Core 
     25from umit.plugin.Engine import Plugin 
    2626from higwidgets.higanimates import HIGAnimatedBar 
    27 from umitGUI.ScanNotebook import ScanNotebookPage 
     27from umit.gui.ScanNotebook import ScanNotebookPage 
    2828 
    2929class FlowContainer(gtk.VBox):