typo
This commit is contained in:
		
							parent
							
								
									d9cc33cf26
								
							
						
					
					
						commit
						d958bcf521
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -62,7 +62,7 @@ def create_log_db():
 | 
			
		|||
 | 
			
		||||
	con.commit()
 | 
			
		||||
 | 
			
		||||
def check_and_possible_create_paths():
 | 
			
		||||
def check_and_possibly_create_paths():
 | 
			
		||||
	LOG_DB_PATH = logger.LOG_DB_PATH
 | 
			
		||||
	VCARDPATH = gajim.VCARDPATH
 | 
			
		||||
	dot_gajim = os.path.dirname(VCARDPATH)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -64,7 +64,7 @@ except ImportError:
 | 
			
		|||
	sys.exit()
 | 
			
		||||
 | 
			
		||||
from common import check_paths
 | 
			
		||||
check_paths.check_and_possible_create_paths()
 | 
			
		||||
check_paths.check_and_possibly_create_paths()
 | 
			
		||||
 | 
			
		||||
path = os.getcwd()
 | 
			
		||||
if '.svn' in os.listdir(path):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue