Browse Source

State utf8 encoding

State that the file is utf8 encoded at the top of the file. Makes good
practice.
pull/5/head
George Vlahavas 9 years ago
parent
commit
f3ef55834a
  1. 1
      src/xdgmenumaker

1
src/xdgmenumaker

@ -1,4 +1,5 @@
#!/usr/bin/env python
# coding: utf-8
import os
import sys

Loading…
Cancel
Save