mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	remove old, unused code
This commit is contained in:
		
							parent
							
								
									18009e1aff
								
							
						
					
					
						commit
						006dd5cbec
					
				
							
								
								
									
										4
									
								
								autojump
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								autojump
									
									
									
									
									
								
							| @ -165,10 +165,6 @@ def shell_utility(): | ||||
|             print("%.1f:\t%s" % (count, path)) | ||||
|         print("Total key weight: %d. Number of stored paths: %d" % | ||||
|                 (sum(path_dict.values()), len(paths))) | ||||
|     elif ('--import', '') in optlist: | ||||
|         for i in open(args[-1]).readlines(): | ||||
|             dicadd(path_dict, i[:-1]) | ||||
|         pickle.dump(path_dict, open(dic_file, 'w'), -1) | ||||
|     else: | ||||
|         import re | ||||
|         completion = False | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user