X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=devscripts%2Fgh-pages%2Fupdate-sites.py;h=503c1372fd3589f45a207d043999a5286f6c5e1e;hb=5b6a74856babce30e9e72701259f790322281d3a;hp=d3ef5f0b50daa56513118f55d5b636e5f46552a0;hpb=43bc88903d0665c42f205bddd0a2f5017581e8be;p=youtube-dl.git diff --git a/devscripts/gh-pages/update-sites.py b/devscripts/gh-pages/update-sites.py index d3ef5f0b5..503c1372f 100755 --- a/devscripts/gh-pages/update-sites.py +++ b/devscripts/gh-pages/update-sites.py @@ -6,7 +6,7 @@ import os import textwrap # We must be able to import youtube_dl -sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) import youtube_dl