From 718537ab8cc336f0ab309491bc2b5c960147836c Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 7 May 2009 15:31:51 -0700
Subject: [PATCH] tests: mark test_runner as coded in utf-8 instead of ascii

---
 src/allmydata/test/test_runner.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/allmydata/test/test_runner.py b/src/allmydata/test/test_runner.py
index c3d05f91..d3b96b49 100644
--- a/src/allmydata/test/test_runner.py
+++ b/src/allmydata/test/test_runner.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 from twisted.trial import unittest
 
 from twisted.python import usage, runtime
-- 
2.45.2