fix imports
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								1f44617133
							
						
					
				
			
			
				commit
				
					
						d2bbd1d14c
					
				
			
		
					 1 changed files with 5 additions and 6 deletions
				
			
		| 
						 | 
					@ -24,12 +24,11 @@ import logging
 | 
				
			||||||
import os
 | 
					import os
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
import tempfile
 | 
					import tempfile
 | 
				
			||||||
#import stat
 | 
					import shutil
 | 
				
			||||||
#import shutil
 | 
					
 | 
				
			||||||
#import time
 | 
					from cdist.exec import local
 | 
				
			||||||
#
 | 
					from cdist.exec import remote
 | 
				
			||||||
#import cdist.core
 | 
					
 | 
				
			||||||
#import cdist.exec
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Context(object):
 | 
					class Context(object):
 | 
				
			||||||
    """Hold information about current context"""
 | 
					    """Hold information about current context"""
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue