diff options
Diffstat (limited to 'Lib/binhex.py')
-rw-r--r-- | Lib/binhex.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/binhex.py b/Lib/binhex.py index a8abf1b..8da8961 100644 --- a/Lib/binhex.py +++ b/Lib/binhex.py @@ -420,8 +420,8 @@ class HexBin: self.FName = fname self.FInfo = FInfo() - self.FInfo.Creator = str8(creator) - self.FInfo.Type = str8(type) + self.FInfo.Creator = creator + self.FInfo.Type = type self.FInfo.Flags = flags self.state = _DID_HEADER |