~mapclient.devs/mapclient/stable

« back to all changes in this revision

Viewing changes to mapclient/widgets/ui_workflowwidget.py

  • Committer: musculoskeletal
  • Date: 2014-06-25 05:38:05 UTC
  • mfrom: (1.6.35 testing)
  • Revision ID: musculoskeletal@bioeng1033-20140625053805-jkqhi5oq74vmlntl
Merging testing into stable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    def retranslateUi(self, WorkflowWidget):
46
46
        self.executeButton.setText(QtGui.QApplication.translate("WorkflowWidget", "E&xecute", None, QtGui.QApplication.UnicodeUTF8))
47
47
 
48
 
from widgets.steptree import StepTree
49
 
from widgets.workflowgraphicsview import WorkflowGraphicsView
 
48
from mapclient.widgets.steptree import StepTree
 
49
from mapclient.widgets.workflowgraphicsview import WorkflowGraphicsView