Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea44525 commit f126403Copy full SHA for f126403
setup.py
@@ -6,7 +6,6 @@
6
from distribute_setup import use_setuptools
7
use_setuptools()
8
from setuptools import setup, find_packages
9
-import tornadio
10
11
try:
12
license = open('LICENSE').read()
@@ -20,7 +19,7 @@
20
19
21
setup(
22
name='TornadIO',
23
- version='%s.%s.%s' % tornadio.__version__,
+ version='0.0.2',
24
author='Serge S. Koval',
25
author_email='[email protected]',
26
packages=['tornadio'],
tornadio/session.py
@@ -1,7 +1,7 @@
1
# -*- coding: utf-8 -*-
2
"""
3
- tornadio.router
4
- ~~~~~~~~~~~~~~~
+ tornadio.session
+ ~~~~~~~~~~~~~~~~
5
Simple heapq-based session implementation with sliding expiration window
support.
0 commit comments