This commit is contained in:
Kovid Goyal 2014-11-13 11:04:20 +05:30
parent d0a44763f8
commit 80b2c43c74

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python
# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
from __future__ import with_statement
from __future__ import (unicode_literals, division, absolute_import,
print_function)
__license__ = 'GPL v3'
__copyright__ = '2009, Kovid Goyal <kovid@kovidgoyal.net>'