Merge pull request #615 from sbaechler/develop
fix wrong source encoding declarations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: ascii -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright 2011, 2012
|
||||
# Andr\xe9 Malo or his licensors, as applicable
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: ascii -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright 2011 - 2013
|
||||
# Andr\xe9 Malo or his licensors, as applicable
|
||||
|
Reference in New Issue
Block a user