From 6a54847bbceb31335fef3ea8201e76b6e037abee Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 24 Nov 2009 22:16:54 -0500 Subject: Docstrings for lint --- test/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/__init__.py') diff --git a/test/__init__.py b/test/__init__.py index e69de29b..5a0e30f4 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -0,0 +1 @@ +"""Automated tests. Run with nosetests.""" -- cgit v1.2.1