From 8d4c9ec343b6751278be5f96aecc37668a15533d Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 24 Nov 2010 21:35:36 -0600 Subject: [PATCH] remove invalid comment --- _pytest/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/_pytest/core.py b/_pytest/core.py index 5a876463a..a13fd27dd 100644 --- a/_pytest/core.py +++ b/_pytest/core.py @@ -1,6 +1,5 @@ """ pytest PluginManager, basic initialization and tracing. -All else is in pytest/plugin. (c) Holger Krekel 2004-2010 """ import sys, os