Merge pull request #615 from sbaechler/develop

fix wrong source encoding declarations
This commit is contained in:
Mathieu Pillard
2015-06-30 16:44:40 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: ascii -*-
# -*- coding: utf-8 -*-
#
# Copyright 2011, 2012
# Andr\xe9 Malo or his licensors, as applicable

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: ascii -*-
# -*- coding: utf-8 -*-
#
# Copyright 2011 - 2013
# Andr\xe9 Malo or his licensors, as applicable