mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Fixed linespacing and whitespace issues in examples to make them PEP8 compliant.
This commit is contained in:
parent
0b4320a196
commit
4a2e7c5393
2 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue