[reformat] reformatted imports and parentheses indentation
This commit is contained in:
		
							parent
							
								
									5f0e59d95a
								
							
						
					
					
						commit
						f01c6109a8
					
				| @ -23,8 +23,9 @@ https://www.iconfinder.com/iconsets/flavour | ||||
|     (http://www.gnu.org/copyleft/lesser.html) | ||||
| """ | ||||
| 
 | ||||
| import os, sys | ||||
| from os.path import expanduser | ||||
| import os | ||||
| import sys | ||||
| 
 | ||||
| import matplotlib | ||||
| 
 | ||||
| matplotlib.use('Qt4Agg') | ||||
| @ -58,6 +59,7 @@ import icons_rc | ||||
| 
 | ||||
| locateTool = dict(nll=locateNll) | ||||
| 
 | ||||
| 
 | ||||
| class MainWindow(QMainWindow): | ||||
|     __version__ = _getVersionString() | ||||
|     closing = Signal() | ||||
| @ -671,7 +673,7 @@ class MainWindow(QMainWindow): | ||||
|         self.logDockWidget.setWidget(self.listWidget) | ||||
|         self.addDockWidget(Qt.LeftDockWidgetArea, self.logDockWidget) | ||||
|         self.addListItem('loading default values for local data ...') | ||||
|         home = expanduser("~") | ||||
|         home = os.path.expanduser("~") | ||||
|         autopick_parameter = AutoPickParameter('%s/.pylot/autoPyLoT_local.in' % home) | ||||
|         self.addListItem(str(autopick_parameter)) | ||||
| 
 | ||||
| @ -789,7 +791,6 @@ class MainWindow(QMainWindow): | ||||
|         if extlocpath is None or locroot is None: | ||||
|             self.PyLoTprefs() | ||||
| 
 | ||||
| 
 | ||||
|     def check4Loc(self): | ||||
|         return self.picksNum() > 4 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user