Fix encoding strings and remove script directive.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-17 12:41:36 +00:00
parent f4e2ed69dc
commit 9bd451d7da
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#
# This file is part of python-gnupg, a Python wrapper aroung GnuPG, and it was
# taken from https://gist.github.com/vsajip/758430 on the 14th of May, 2013. It

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
#-*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
#
# This file is part of python-gnupg, a Python interface to GnuPG.
# Copyright © 2013 Isis Lovecruft

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
#
# This file is part of python-gnupg, a Python wrapper around GnuPG.
# Copyright © 2013 Isis Lovecruft, Andrej B.