wmllint and wmlscope: fixed encoding declarations

This commit is contained in:
Elvish_Hunter 2015-08-03 15:35:54 +02:00
parent eaf6a9bd09
commit cebfbba68e
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python
# encoding: utf8
# -*- coding: utf-8 -*-
#
# wmllint -- check WML for conformance to the most recent dialect
#

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# wmlscope -- generate reports on WML macro and resource usage
#