| commit | 09616bdb4a49d0dfe46cdec8a701ce50bf67eea7 | [log] [tgz] |
|---|---|---|
| author | Serge Guelton <sguelton@quarkslab.com> | Mon Dec 03 12:12:48 2018 +0000 |
| committer | Serge Guelton <sguelton@quarkslab.com> | Mon Dec 03 12:12:48 2018 +0000 |
| tree | 7cb4c11cb6fcff38c2de6a9c844c5fbd01c39894 | |
| parent | 3de410848c245d0b66697062234f2d6980583092 [diff] |
Portable Python script across version Have all classes derive from object: that's implicitly the default in Python3, it needs to be done explicilty in Python2. Differential Revision: https://reviews.llvm.org/D55121 llvm-svn: 348127