fix unit test to be runnable from anywhere
This commit is contained in:
		
							parent
							
								
									e2c3555e6f
								
							
						
					
					
						commit
						1920b963da
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -34,6 +34,8 @@ common.configpaths.gajimpaths.init_profile()
 | 
				
			||||||
from common import gajim
 | 
					from common import gajim
 | 
				
			||||||
from common import xmpp
 | 
					from common import xmpp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					gajim.DATA_DIR = gajim_root + '/data'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from common.stanza_session import StanzaSession
 | 
					from common.stanza_session import StanzaSession
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# name to use for the test account
 | 
					# name to use for the test account
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue