scripts/create_windows_links.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8243
cc717c2ae956
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
1 #!/usr/bin/env python3 1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3 3
4 # Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2018 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 # This is the install script for eric6. 6 # This is the install script for eric.
7 7
8 """ 8 """
9 Installation script for the eric6 IDE and all eric6 related tools. 9 Installation script for the eric IDE and all eric related tools.
10 """ 10 """
11 11
12 import os 12 import os
13 import sys 13 import sys
14 14

eric ide

mercurial