Commit Graph

2 Commits

Author SHA1 Message Date
278143df5b [test_compat] Ignore unicode_literals 2014-11-03 19:12:06 +01:00
8c25f81bee [util] Move compatibility functions out of util
utils is large enough without these compatibility functions.

Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py .
Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
2014-11-02 11:23:42 +01:00