diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 11:36:16 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 11:36:16 -0800 |
commit | 454de5ebb6334d69fe690f1a57a978453e1be396 (patch) | |
tree | 759b985e3adaba1cc58f551faca85410610c82ce /tools | |
parent | de91f6dcaf69c549c281048836568f77cdca4c89 (diff) | |
parent | fae5fc031800b5be3ad41c8e6f32071e9abc5858 (diff) | |
download | libdbusmenu-454de5ebb6334d69fe690f1a57a978453e1be396.tar.gz libdbusmenu-454de5ebb6334d69fe690f1a57a978453e1be396.tar.bz2 libdbusmenu-454de5ebb6334d69fe690f1a57a978453e1be396.zip |
Fixing the encoding in the python script.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/dbusmenu-bench | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dbusmenu-bench b/tools/dbusmenu-bench index c7d3bf2..7a50b2c 100755 --- a/tools/dbusmenu-bench +++ b/tools/dbusmenu-bench @@ -1,4 +1,5 @@ #!/usr/bin/env python +# encoding: utf-8 """ A library to communicate a menu object set accross DBus and track updates and maintain consistency. |