[ChangeLog] Actualize
[youtube-dl] / youtube_dl / __main__.py
index 42a0f8c6f4e1b902e8ce159b7494fe0c54d194d1..138f5fbec39f1e0e84051b092ff0cae6974212cf 100755 (executable)
@@ -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__))