X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2F__main__.py;h=138f5fbec39f1e0e84051b092ff0cae6974212cf;hb=d84b21b427d080a031ca1f9c75beb1dc8024b900;hp=42a0f8c6f4e1b902e8ce159b7494fe0c54d194d1;hpb=95240b8093c6fe9007e33f0991ed8d54b42eaf3b;p=youtube-dl diff --git a/youtube_dl/__main__.py b/youtube_dl/__main__.py index 42a0f8c6f..138f5fbec 100755 --- a/youtube_dl/__main__.py +++ b/youtube_dl/__main__.py @@ -7,7 +7,7 @@ from __future__ import unicode_literals import sys -if __package__ is None and not hasattr(sys, "frozen"): +if __package__ is None and not hasattr(sys, 'frozen'): # direct call of __main__.py import os.path path = os.path.realpath(os.path.abspath(__file__))