scripts/install-server.py

branch
eric7
changeset 11000
f8371a2dd08f
parent 10959
377ef1594e36
child 11022
95c889f18a21
equal deleted inserted replaced
10999:c3cf24fe9113 11000:f8371a2dd08f
19 import io 19 import io
20 import json 20 import json
21 import os 21 import os
22 import re 22 import re
23 import shutil 23 import shutil
24 import subprocess 24 import subprocess # secok
25 import sys 25 import sys
26 import sysconfig 26 import sysconfig
27 27
28 # Define the globals. 28 # Define the globals.
29 currDir = os.getcwd() 29 currDir = os.getcwd()

eric ide

mercurial