11 lines
		
	
	
		
			308 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			308 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| """
 | |
|     Slixmpp: The Slick XMPP Library
 | |
|     Copyright (C) 2013 Nathanael C. Fritz, Lance J.T. Stout
 | |
|     This file is part of slixmpp.
 | |
| 
 | |
|     See the file LICENSE for copying permission.
 | |
| """
 | |
| 
 | |
| from slixmpp.plugins.google.settings import stanza
 | |
| from slixmpp.plugins.google.settings.settings import GoogleSettings
 | 
