Refactored old style classes to new style classes

This commit is contained in:
mandeep
2017-01-08 22:52:42 -06:00
parent 3494dd06fe
commit d4afa1554b
16 changed files with 49 additions and 49 deletions

View File

@@ -6,7 +6,7 @@ import py
from _pytest.monkeypatch import MonkeyPatch
class TempdirFactory:
class TempdirFactory(object):
"""Factory for temporary directories under the common base temp directory.
The base directory can be configured using the ``--basetemp`` option.