The next generation branch has been added

This commit is contained in:
2014-11-12 20:41:29 -06:00
parent 75f494fc5a
commit f54d9394b7
96 changed files with 2629 additions and 4517 deletions

View File

@@ -1 +1,9 @@
# -*- coding: cp1252 -*-
# -*- coding: utf-8 -*-
""" Module to manage sessions. It can create and configure all sessions.
Contents of this package:
wxUI: The graphical user interface written in WX Python (for windows). The view.
session_exceptions: Some useful exceptions when there is an error.
manager: Handles multiple sessions, setting the configuration files and check if the session is valid. Part of the model.
session: Creates a twitter session for an user. The other part of the model.
"""