Exemple #1
0
def update_djangotool():
    """Check and update djangoTool.py from github"""
    url = "https://raw.githubusercontent.com/kyan001/PyMyApps/master/DjangoTool/djangoTool.py"
    if ktk.updateFile(__file__, url):
        run_by_py3(__file__)
        cit.bye(0)