mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 13:00:07 +01:00
fix file headers
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Author: Kevin Ollivier
|
||||
#
|
||||
# Created: 24-Sept-2011
|
||||
# Copyright: (c) 2013 by Kevin Ollivier, Robin Dunn
|
||||
# Copyright: (c) 2015 by Kevin Ollivier, Robin Dunn
|
||||
# License: wxWindows License
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -104,7 +104,7 @@ def main():
|
||||
|
||||
item_str = ""
|
||||
for item in options.items.split(","):
|
||||
item_str += '"%s",\n' % item
|
||||
item_str += "'%s',\n" % item
|
||||
|
||||
values = {
|
||||
"author" : options.author,
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Name: etg/_html.py
|
||||
# Name: etg/_richtext.py
|
||||
# Author: Robin Dunn
|
||||
#
|
||||
# Created: 27-Oct-2012
|
||||
# Copyright: (c) 2013 by Total Control Software
|
||||
# Copyright: (c) 2015 by Total Control Software
|
||||
# License: wxWindows License
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user