mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2026-02-26 05:57:32 +01:00
Removed old imports used for python 2
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
""" this package contains code related to Sessions.
|
||||
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 = {}
|
||||
|
||||
Reference in New Issue
Block a user