Update from change of plots/view
This commit is contained in:
		@@ -13,7 +13,7 @@ import gnome
 | 
				
			|||||||
import gnome.ui
 | 
					import gnome.ui
 | 
				
			||||||
import scipy
 | 
					import scipy
 | 
				
			||||||
import pango
 | 
					import pango
 | 
				
			||||||
import project, workflow, dataset, logger, plots, navigator, dialogs, selections
 | 
					import project, workflow, dataset, logger, view, navigator, dialogs, selections
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PROGRAM_NAME = 'fluents'
 | 
					PROGRAM_NAME = 'fluents'
 | 
				
			||||||
@@ -282,7 +282,7 @@ class FluentApp:
 | 
				
			|||||||
        return self.log_view
 | 
					        return self.log_view
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def create_main_view(self, str1, str2, int1, int2):
 | 
					    def create_main_view(self, str1, str2, int1, int2):
 | 
				
			||||||
        self.main_view = plots.MainView()
 | 
					        self.main_view = view.MainView()
 | 
				
			||||||
        self.main_view.show()
 | 
					        self.main_view.show()
 | 
				
			||||||
        return self.main_view
 | 
					        return self.main_view
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user