diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-05-07 00:00:11 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-05-07 00:00:11 +0700 |
commit | e4a75d7932013f49133178d5d84e5f33634a4879 (patch) | |
tree | 790eeb5fa0af2877cb50cf0e4fd3e932eb812eaa | |
parent | e00eb564e921b609c94f87d7db7ad7f709b704f0 (diff) |
[test_youtube_chapters] PEP 8
-rw-r--r-- | test/test_youtube_chapters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_youtube_chapters.py b/test/test_youtube_chapters.py index 5435ee4a8..cb12f8384 100644 --- a/test/test_youtube_chapters.py +++ b/test/test_youtube_chapters.py @@ -1,5 +1,5 @@ -# coding: utf-8 #!/usr/bin/env python +# coding: utf-8 from __future__ import unicode_literals # Allow direct execution |