eric6/Plugins/WizardPlugins/EricPluginWizard/Templates.py

changeset 7229
53054eb5b15a
parent 7199
c71bd6f21748
child 7258
aff39db4dacc
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
5 5
6 """ 6 """
7 Module implementing the various plug-in templates. 7 Module implementing the various plug-in templates.
8 """ 8 """
9 9
10 from __future__ import unicode_literals
11 10
12 mainTemplate = '''# -*- coding: utf-8 -*- 11 mainTemplate = '''# -*- coding: utf-8 -*-
13 12
14 # Copyright (c) {year} {author} <{email}> 13 # Copyright (c) {year} {author} <{email}>
15 # 14 #
16 15
17 """ 16 """
18 Module documentation goes here. 17 Module documentation goes here.
19 """ 18 """
20
21 from __future__ import unicode_literals
22 19
23 from PyQt5.QtCore import QObject 20 from PyQt5.QtCore import QObject
24 21
25 {config0}\ 22 {config0}\
26 # Start-Of-Header 23 # Start-Of-Header

eric ide

mercurial