From 24db18eeb864fb85862adbd71cdadaa532dadd2c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 22 Feb 2010 20:33:30 -0500 Subject: Spaces --- coverage/control.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'coverage/control.py') diff --git a/coverage/control.py b/coverage/control.py index a42d0835..b8b049e9 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -426,12 +426,12 @@ def process_startup(): There are two ways to configure your Python installation to invoke this function when Python starts: - + #. Create or append to sitecustomize.py to add these lines:: - + import coverage coverage.process_startup() - + #. Create a .pth file in your Python installation containing:: import coverage; coverage.process_startup() -- cgit v1.2.1