aboutsummaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2017-05-04 01:25:51 +0200
committerSimon Warta <[email protected]>2017-05-04 01:25:51 +0200
commit6c06b1fe1fea3d333522bf83688de6d34ee94604 (patch)
tree999ba09297df46c07d79650610e76a903d4fd12e /src/python
parentd48188b4b878352c2d5505480d11f5145757f1fe (diff)
Remove comment: FIXME without further description
Diffstat (limited to 'src/python')
-rwxr-xr-xsrc/python/botan2.py2
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