"git@gitlab.special-circumstanc.es:vyrus001/hammer.git" did not exist on "168760b10a6234259cd80b1c455fbf95d76d10ba"
Forked from
Hammer / hammer
Source project has a limited visibility.
-
Alex Willmer authored
In Python 2.x an unprefixed string literal produces a byte string. In Python 3.x an unprefixed string literal produces a textual string. To produce a byte string in both a b prefix is needed, e.g. b'foo'. Since I believe Hammer works predominantly with byte strings I have used b prefixes throughout.