diff --git a/klaus/ctagscache.py b/klaus/ctagscache.py index 0c242b9d..60f0b321 100644 --- a/klaus/ctagscache.py +++ b/klaus/ctagscache.py @@ -26,6 +26,7 @@ this could be optimized in the future. (**) "most likely": currently implemented as "most recently used" """ + import atexit import gzip import os diff --git a/klaus/diff.py b/klaus/diff.py index a263d0f5..a4e9c396 100644 --- a/klaus/diff.py +++ b/klaus/diff.py @@ -1,11 +1,11 @@ """ - lodgeit.lib.diff - ~~~~~~~~~~~~~~~~ +lodgeit.lib.diff +~~~~~~~~~~~~~~~~ - Render a nice diff between two things. +Render a nice diff between two things. - :copyright: 2007 by Armin Ronacher. - :license: BSD +:copyright: 2007 by Armin Ronacher. +:license: BSD """ from difflib import SequenceMatcher diff --git a/tools/dumbtest.py b/tools/dumbtest.py index 9e5c2c17..2fbd824d 100644 --- a/tools/dumbtest.py +++ b/tools/dumbtest.py @@ -1,4 +1,5 @@ -""" Very dumb testing tool: Ensures all sites respond with HTTP 2xx/3xx """ +"""Very dumb testing tool: Ensures all sites respond with HTTP 2xx/3xx""" + import atexit import re import sys