5.8 pisces.utils - Internal pisces utility functions

loadModule (name)
Import the module name and return it. If name is a module within a package, return the final module object and not the package.

xor (s1, s2)
Return the bytewise-exclusive-or of two strings.