Add encoding declaration.
This commit is contained in:
parent
c8389c91c2
commit
09776b7afd
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- coding: iso-8859-1 -*-
|
||||||
"""Parser for command line options.
|
"""Parser for command line options.
|
||||||
|
|
||||||
This module helps scripts to parse the command line arguments in
|
This module helps scripts to parse the command line arguments in
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- coding: iso-8859-1 -*-
|
||||||
"""Get useful information from live Python objects.
|
"""Get useful information from live Python objects.
|
||||||
|
|
||||||
This module encapsulates the interface provided by the internal special
|
This module encapsulates the interface provided by the internal special
|
||||||
|
|
Loading…
Reference in New Issue