diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-10-28 12:38:09 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-10-28 12:38:09 +0100 |
commit | 900fe4e36ad85349bb03b0f957a9b8a90d32513a (patch) | |
tree | fe90d20cd61f56108db4fc93e35c5f1780b74cb7 | |
parent | 543da7ceb4410a4bb9c0858ccbb32fcf1161cf4a (diff) |
Added utf-8 coding comment
-rwxr-xr-x | wnpp-query.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wnpp-query.py b/wnpp-query.py index 7f404cc..8d4fc35 100755 --- a/wnpp-query.py +++ b/wnpp-query.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it |