]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: mark test_runner as coded in utf-8 instead of ascii
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 7 May 2009 22:31:51 +0000 (15:31 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 7 May 2009 22:31:51 +0000 (15:31 -0700)
src/allmydata/test/test_runner.py

index c3d05f9157d9cfe5a5fa0cfdea529b9d07b5944a..d3b96b49e3f96d42b36779ad1e41cb1c2e21e3c2 100644 (file)
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 from twisted.trial import unittest
 
 from twisted.python import usage, runtime