Removed old imports used for python 2

This commit is contained in:
2022-02-24 12:43:06 -06:00
parent af4e72ee27
commit 085c9038b5
3 changed files with 1 additions and 3 deletions

View File

@@ -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 = {}