mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +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 = Config(xml=ET.fromstring(config_data))
|
||||||
config_file.close()
|
config_file.close()
|
||||||
|
|
||||||
# Setup the ConfigComponent and register plugins. Note that while plugins may
|
# Setup the ConfigComponent and register plugins. Note that while plugins
|
||||||
# have interdependencies, the order in which you register them does
|
# may have interdependencies, the order in which you register them does
|
||||||
# not matter.
|
# not matter.
|
||||||
xmpp = ConfigComponent(config)
|
xmpp = ConfigComponent(config)
|
||||||
xmpp.registerPlugin('xep_0030') # Service Discovery
|
xmpp.registerPlugin('xep_0030') # Service Discovery
|
||||||
|
|
Loading…
Reference in a new issue