From f3ef55834a89ea9d57a5d9d1af8f3c6d291b0921 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Sun, 30 Aug 2015 22:10:24 +0300 Subject: [PATCH] State utf8 encoding State that the file is utf8 encoded at the top of the file. Makes good practice. --- src/xdgmenumaker | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xdgmenumaker b/src/xdgmenumaker index 5a10e88..7d1ba99 100755 --- a/src/xdgmenumaker +++ b/src/xdgmenumaker @@ -1,4 +1,5 @@ #!/usr/bin/env python +# coding: utf-8 import os import sys