From 44fa5352360b78696c3d81cafa8e24eaa4f6c3ed Mon Sep 17 00:00:00 2001 From: ianb Date: Fri, 20 Oct 2006 22:08:05 +0000 Subject: A big commit, primarily aesthetic/whitespace in nature. This is the result of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up. --- paste/session.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'paste/session.py') diff --git a/paste/session.py b/paste/session.py index 387cf3f..cd2c324 100644 --- a/paste/session.py +++ b/paste/session.py @@ -35,8 +35,8 @@ try: import cPickle except ImportError: import pickle as cPickle -import wsgilib -import request +from paste import wsgilib +from paste import request class SessionMiddleware(object): -- cgit v1.2.1