tests: mark test_runner as coded in utf-8 instead of ascii

This commit is contained in:
Zooko O'Whielacronx 2009-05-07 15:31:51 -07:00
parent 04ff9a3f97
commit 718537ab8c

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
from twisted.trial import unittest
from twisted.python import usage, runtime