projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04ff9a3
)
tests: mark test_runner as coded in utf-8 instead of ascii
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 7 May 2009 22:31:51 +0000
(15:31 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 7 May 2009 22:31:51 +0000
(15:31 -0700)
src/allmydata/test/test_runner.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_runner.py
b/src/allmydata/test/test_runner.py
index c3d05f9157d9cfe5a5fa0cfdea529b9d07b5944a..d3b96b49e3f96d42b36779ad1e41cb1c2e21e3c2 100644
(file)
--- 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