Browse Source

[compat] Modernize

totalwebcasting
Philipp Hagemeister 10 years ago
parent
commit
451948b28c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      youtube_dl/compat.py

+ 2
- 0
youtube_dl/compat.py View File

@ -1,3 +1,5 @@
from __future__ import unicode_literals
import getpass
import os
import subprocess


Loading…
Cancel
Save