Fixed linespacing and whitespace issues in examples to make them PEP8 compliant.

This commit is contained in:
Lance Stout 2010-09-01 18:21:09 -04:00
parent 0b4320a196
commit 4a2e7c5393
2 changed files with 10 additions and 10 deletions

View file

@ -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