diff options
author | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2010-11-01 23:14:47 +0000 |
---|---|---|
committer | Per Øyvind Karlsen <peroyvind@mandriva.org> | 2010-11-01 23:14:47 +0000 |
commit | 0efa39c222570bfd099647ccc668ce9414a85bdc (patch) | |
tree | 5fc8134ed2eb6a12972c3c94e2fa03e8ebd021b7 /pythoneggs.py | |
parent | 7f85f01152b56cf76d68ca3a8c5fe7b1e5e71112 (diff) | |
download | rpm-setup-0efa39c222570bfd099647ccc668ce9414a85bdc.tar rpm-setup-0efa39c222570bfd099647ccc668ce9414a85bdc.tar.gz rpm-setup-0efa39c222570bfd099647ccc668ce9414a85bdc.tar.bz2 rpm-setup-0efa39c222570bfd099647ccc668ce9414a85bdc.tar.xz rpm-setup-0efa39c222570bfd099647ccc668ce9414a85bdc.zip |
add encoding type
Diffstat (limited to 'pythoneggs.py')
-rwxr-xr-x | pythoneggs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pythoneggs.py b/pythoneggs.py index c4119e1..b083555 100755 --- a/pythoneggs.py +++ b/pythoneggs.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- # # Copyright 2010 Per Øyvind Karlsen <peroyvind@mandriva.org> # |