Prevent some spurious "undefined macro" messages from wmlunits.
This commit is contained in:
parent
96ad22d0bb
commit
2a6dc2e5fb
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ def force_encoding():
|
|||
if __name__ == '__main__':
|
||||
import getopt
|
||||
|
||||
force_encoding()
|
||||
#force_encoding()
|
||||
|
||||
try:
|
||||
(options, arguments) = getopt.getopt(sys.argv[1:], "hl:?", [
|
||||
|
|
Loading…
Add table
Reference in a new issue