fix file headers

This commit is contained in:
Robin Dunn
2015-02-23 19:45:23 -08:00
parent 1e6bace48b
commit 693355141c
2 changed files with 4 additions and 4 deletions

View File

@@ -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,

View File

@@ -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
#---------------------------------------------------------------------------