diff options
author | Diego Elio Pettenò <flameeyes@gmail.com> | 2010-09-03 17:47:42 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gmail.com> | 2010-09-03 17:47:42 +0200 |
commit | 128590511eac905d8d3588723577254a24126b42 (patch) | |
tree | ae786444eb398d8911941b9cde9983d1a564b4ff | |
parent | Use curl to fetch reverse dependencies, and make sure to abide to proxy setti... (diff) | |
download | flameeyes-tinderbox-128590511eac905d8d3588723577254a24126b42.tar.gz flameeyes-tinderbox-128590511eac905d8d3588723577254a24126b42.tar.bz2 flameeyes-tinderbox-128590511eac905d8d3588723577254a24126b42.zip |
Explicit UTF-8 coding.
-rwxr-xr-x | tinderbox.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinderbox.py b/tinderbox.py index 7a419fc..ab78a29 100755 --- a/tinderbox.py +++ b/tinderbox.py @@ -1,4 +1,5 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- # # Copyright © 2008-2010 Zac Medico <zmedico@gentoo.org> # Copyright © 2008-2010 Diego Elio Pettenò <flameeyes@gentoo.org> |