Need the future imports for plugins parsing while it is done with python2

This commit is contained in:
Kovid Goyal 2020-08-23 12:19:52 +05:30
parent 7d027eef97
commit a6b4ceff58
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,6 +1,8 @@
#!/usr/bin/env python
# vim:fileencoding=utf-8
# License: GPLv3 Copyright: 2013, Kovid Goyal <kovid at kovidgoyal.net>
from __future__ import absolute_import, division, print_function, unicode_literals
# Imports {{{