diff options
| author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-02-04 11:32:02 -0800 |
|---|---|---|
| committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2010-02-04 11:32:02 -0800 |
| commit | fae5fc031800b5be3ad41c8e6f32071e9abc5858 (patch) | |
| tree | a2b4393ca8dc504229f56b8c4507c82b3570ed05 | |
| parent | 47c2aab8d8cdcbee24f63932237657e30164e416 (diff) | |
| download | libdbusmenu-fae5fc031800b5be3ad41c8e6f32071e9abc5858.tar.gz libdbusmenu-fae5fc031800b5be3ad41c8e6f32071e9abc5858.tar.bz2 libdbusmenu-fae5fc031800b5be3ad41c8e6f32071e9abc5858.zip | |
Add encoding comment
| -rwxr-xr-x | tools/dbusmenubench.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dbusmenubench.py b/tools/dbusmenubench.py index c7d3bf2..7a50b2c 100755 --- a/tools/dbusmenubench.py +++ b/tools/dbusmenubench.py @@ -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. |
