py: Add hex builtin function.

A one-liner, added especially for @pfalcon :)
This commit is contained in:
Damien George
2014-04-15 12:42:52 +01:00
parent 256b319d56
commit 5805111732
5 changed files with 11 additions and 0 deletions

View File

@@ -106,6 +106,8 @@ Q(from_bytes)
Q(getattr)
Q(globals)
Q(hash)
Q(hex)
Q(%x)
Q(id)
Q(io)
Q(int)