diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-01 18:10:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-01 18:10:07 -0500 |
commit | 9bcdcbda2b5e34c204976e7b43de62f9ac7bd591 (patch) | |
tree | 01f5dfb56728728133795484110a9614cdaec9bf /test/mock.py | |
parent | 99f96dc8b20ebfaeb51019001771f138a02ff1cd (diff) | |
download | librevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.tar.lz librevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.tar.xz librevideoconverter-9bcdcbda2b5e34c204976e7b43de62f9ac7bd591.zip |
pep8
Diffstat (limited to 'test/mock.py')
-rw-r--r-- | test/mock.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mock.py b/test/mock.py index 58e8a87..c31bdf2 100644 --- a/test/mock.py +++ b/test/mock.py @@ -359,6 +359,8 @@ _deleted = sentinel.DELETED class OldStyleClass: pass + + ClassType = type(OldStyleClass) |