From 29681123844e769d0b1fa2638f10c9fd10c0f48a Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 24 May 2008 17:36:05 +0100 Subject: [PATCH] Moved coding line nearer to the top. Python needs it to be in the first two lines. --- zeroinstall/0launch-gui/trust_box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeroinstall/0launch-gui/trust_box.py b/zeroinstall/0launch-gui/trust_box.py index e685758..c4faf28 100644 --- a/zeroinstall/0launch-gui/trust_box.py +++ b/zeroinstall/0launch-gui/trust_box.py @@ -1,6 +1,6 @@ # Copyright (C) 2008, Thomas Leonard -# See the README file for details, or visit http://0install.net. # -*- coding: utf-8 -*- +# See the README file for details, or visit http://0install.net. import gtk from zeroinstall.injector.model import SafeException -- 2.11.4.GIT