rencode
rencode copied to clipboard
Fix tests that still referenced rencode_orig
The import for rencode_orig was removed in 0c0b771baf0c8edc0c7c69c2928fbce743c15124, but some of the tests still referenced it, causing a "NameError: name 'rencode_orig' is not defined" error during running tests.
This fix removes those leftover references.