--- a/src/filters/rclppt.py
+++ b/src/filters/rclppt.py
@@ -1,8 +1,6 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python3
 
 # Recoll PPT text extractor
-# Mso-dumper is not compatible with Python3. We use sys.executable to
-# start the actual extractor, so we need to use python2 too.
 
 from __future__ import print_function