diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-06-23 20:35:50 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-06-23 20:35:50 +0200 |
commit | 3c25b9abaee69657db9c75d80a5671c8c4206615 (patch) | |
tree | 48b29e64e08ca29347cb89c50f7896ade515a75c /youtube_dl/FileDownloader.py | |
parent | 3fc03845a1bd35a7756b0b2f009e70e7eeccbdf3 (diff) |
Remove useless headers
Diffstat (limited to 'youtube_dl/FileDownloader.py')
-rw-r--r-- | youtube_dl/FileDownloader.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/youtube_dl/FileDownloader.py b/youtube_dl/FileDownloader.py index f4ce48046..b3a07617c 100644 --- a/youtube_dl/FileDownloader.py +++ b/youtube_dl/FileDownloader.py @@ -1,8 +1,3 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -from __future__ import absolute_import - import math import io import os |