install.py

branch
QtWebEngine
changeset 4838
daa974f7dbac
parent 4831
bf53c06fa0fb
parent 4830
f609a22f43bd
child 4895
3baaf8303a7f
equal deleted inserted replaced
4832:6032ba9fdcc7 4838:daa974f7dbac
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