wmllint and wmlscope: fixed encoding declarations
This commit is contained in:
parent
eaf6a9bd09
commit
cebfbba68e
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# encoding: utf8
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# wmllint -- check WML for conformance to the most recent dialect
|
||||
#
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# wmlscope -- generate reports on WML macro and resource usage
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue