From ded9e5886d3af54049887740435424056de8aa50 Mon Sep 17 00:00:00 2001 From: Michele Comitini Date: Fri, 3 May 2013 17:35:03 +0200 Subject: [PATCH] fix left over docstring after copying. --- gluon/tests/test_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon/tests/test_http.py b/gluon/tests/test_http.py index a5d0c0ca..c41db092 100644 --- a/gluon/tests/test_http.py +++ b/gluon/tests/test_http.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -""" Unit tests for storage.py """ +"""Unit tests for http.py """ import sys import os