From 0589411224b13d1af158a4c23662424148ceef37 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Mon, 27 Oct 2008 23:31:09 +0000 Subject: [PATCH] Fix #570 use utf-8 encoding in statistics_tab.py --- deluge/ui/gtkui/statistics_tab.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deluge/ui/gtkui/statistics_tab.py b/deluge/ui/gtkui/statistics_tab.py index 7f110d1d3..31083a079 100644 --- a/deluge/ui/gtkui/statistics_tab.py +++ b/deluge/ui/gtkui/statistics_tab.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # # statistics_tab.py #