tests/sitecustomize.py
branchstable
changeset 10648 58128004cca1
child 14971 0b21ae0a2366
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/sitecustomize.py	Thu Mar 11 15:32:24 2010 +0100
@@ -0,0 +1,6 @@
+try:
+    import coverage
+    if hasattr(coverage, 'process_startup'):
+        coverage.process_startup()
+except ImportError:
+    pass