install.py

changeset 4830
f609a22f43bd
parent 4800
9b30c587513c
child 4838
daa974f7dbac
child 4889
10cec9d5aa91
equal deleted inserted replaced
4829:35fe0232fb8f 4830:f609a22f43bd
438 if not os.path.exists(fname): 438 if not os.path.exists(fname):
439 if not os.path.exists(pdir): 439 if not os.path.exists(pdir):
440 os.mkdir(pdir, 0o755) 440 os.mkdir(pdir, 0o755)
441 f = open(fname, "w") 441 f = open(fname, "w")
442 f.write( 442 f.write(
443 '''# -*- coding: utf-8 -*- 443 '''# -*- coding: utf-8 -*-
444 444
445 """ 445 """
446 Package containing the global plugins. 446 Package containing the global plugins.
447 """ 447 """
448 ''' 448 '''

eric ide

mercurial