Fixed linespacing and whitespace issues in examples to make them PEP8 compliant.
This commit is contained in:
		@@ -173,8 +173,8 @@ if __name__ == '__main__':
 | 
			
		||||
    config = Config(xml=ET.fromstring(config_data))
 | 
			
		||||
    config_file.close()
 | 
			
		||||
 | 
			
		||||
    # Setup the ConfigComponent and register plugins. Note that while plugins may
 | 
			
		||||
    # have interdependencies, the order in which you register them does
 | 
			
		||||
    # Setup the ConfigComponent and register plugins. Note that while plugins
 | 
			
		||||
    # may have interdependencies, the order in which you register them does
 | 
			
		||||
    # not matter.
 | 
			
		||||
    xmpp = ConfigComponent(config)
 | 
			
		||||
    xmpp.registerPlugin('xep_0030') # Service Discovery
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user