projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6febd1c
)
fix typo
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 5 Jan 2014 00:57:26 +0000
(
01:57
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 5 Jan 2014 01:04:21 +0000
(
02:04
+0100)
test/test_unicode_literals.py
patch
|
blob
|
history
diff --git
a/test/test_unicode_literals.py
b/test/test_unicode_literals.py
index 5f88ac2f87393f2adddf2416689fdfb510b056b6..94497054adcd4d2bea98ecd7b9ff6e9ded81085e 100644
(file)
--- a/
test/test_unicode_literals.py
+++ b/
test/test_unicode_literals.py
@@
-10,7
+10,7
@@
rootDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
class TestUnicodeLiterals(unittest.TestCase):
def test_all_files(self):
- print('Skipping this test (not yet fully implem
tn
ed)')
+ print('Skipping this test (not yet fully implem
ent
ed)')
return
for dirpath, _, filenames in os.walk(rootDir):