From 128d48771f80efe342b99332b0ebe43f6a27daf7 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') diff --git a/test/__init__.py b/test/__init__.py index e69de29..5a0e30f 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -0,0 +1 @@ +"""Automated tests. Run with nosetests.""" -- cgit v1.2.1