pytestconf.py
changeset 9471 367fe83d9f98
parent 5906 d40ced753291
--- a/pytestconf.py	Mon Jan 06 17:25:55 2014 +0100
+++ b/pytestconf.py	Thu Jan 23 18:26:16 2014 +0100
@@ -43,6 +43,6 @@
         if not cls.repo.shutting_down:
             cls.repo.shutdown()
         del cls.repo
-    for clsattr in ('cnx', '_orig_cnx', 'config', '_config', 'vreg', 'schema'):
+    for clsattr in ('cnx', 'config', '_config', 'vreg', 'schema'):
         if clsattr in cls.__dict__:
             delattr(cls, clsattr)