diff options
author | Simon Warta <[email protected]> | 2017-05-04 01:25:51 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-05-04 01:25:51 +0200 |
commit | 6c06b1fe1fea3d333522bf83688de6d34ee94604 (patch) | |
tree | 999ba09297df46c07d79650610e76a903d4fd12e /src | |
parent | d48188b4b878352c2d5505480d11f5145757f1fe (diff) |
Remove comment: FIXME without further description
Diffstat (limited to 'src')
-rwxr-xr-x | src/python/botan2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/botan2.py b/src/python/botan2.py index 92194dfb7..6f9d98a3d 100755 --- a/src/python/botan2.py +++ b/src/python/botan2.py @@ -83,7 +83,7 @@ def _ctype_bits(s): if isinstance(s, bytes): return s elif isinstance(s, str): - return s.encode('utf-8') # FIXME + return s.encode('utf-8') else: assert False |