equal
deleted
inserted
replaced
38 'mercurial.pure.osutil', |
38 'mercurial.pure.osutil', |
39 'mercurial.pure.parsers', |
39 'mercurial.pure.parsers', |
40 # third-party imports should be directly imported |
40 # third-party imports should be directly imported |
41 'mercurial.thirdparty', |
41 'mercurial.thirdparty', |
42 'mercurial.thirdparty.attr', |
42 'mercurial.thirdparty.attr', |
43 'mercurial.thirdparty.cbor', |
|
44 'mercurial.thirdparty.cbor.cbor2', |
|
45 'mercurial.thirdparty.zope', |
43 'mercurial.thirdparty.zope', |
46 'mercurial.thirdparty.zope.interface', |
44 'mercurial.thirdparty.zope.interface', |
47 ) |
45 ) |
48 |
46 |
49 # Whitelist of symbols that can be directly imported. |
47 # Whitelist of symbols that can be directly imported. |