diff --git a/devscripts/make_readme.py b/devscripts/make_readme.py index e60d83401..7a5b04dcc 100755 --- a/devscripts/make_readme.py +++ b/devscripts/make_readme.py @@ -10,8 +10,6 @@ sys.path.insert(0, dirn(dirn(os.path.abspath(__file__)))) from utils import read_file from youtube_dl.compat import compat_open as open -from youtube_dl.compat import compat_open as open - README_FILE = 'README.md' helptext = sys.stdin.read()