mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2026-02-26 05:57:32 +01:00
Made code indentation to comply with PEP8
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
In TWBlue, a session module defines everything a social network needs to be used in the program."""
|
||||
from __future__ import unicode_literals
|
||||
# let's define a global object for storing sessions across the program.
|
||||
sessions = {}
|
||||
sessions = {}
|
||||
|
||||
Reference in New Issue
Block a user