remove short_url and add in-tree URLencoder #53
Loading…
Reference in a new issue
No description provided.
Delete branch "7415963987456321/URLencoder"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR removes the short_url dependency as per issue #41.
This implementation is pretty much the same as in short_url except I've rewritten the enbase() function to be iterative instead of recursive.
The only functions of the class are enbase() and debase() since those were the only functions being used by fhost.
My python is very rusty so if anything could be better I'll gladly modify this PR :)