* src/FrenchRepublic.py: Insert encoding line because non-ascii
charatcers are used. This behavior is deprecated and causes warnings in python 2.3. * src/const.py.in: Likewise. * src/FamilyView.py: Likewise. * src/SelectChild.py: Likewise. * src/plugins/rel_ru.py: Likewise. svn: r2009
This commit is contained in:
parent
fa0e510277
commit
17087ebc30
@ -1,3 +1,12 @@
|
||||
2003-08-14 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/FrenchRepublic.py: Insert encoding line because non-ascii
|
||||
charatcers are used. This behavior is deprecated and causes warnings
|
||||
in python 2.3.
|
||||
* src/const.py.in: Likewise.
|
||||
* src/FamilyView.py: Likewise.
|
||||
* src/SelectChild.py: Likewise.
|
||||
* src/plugins/rel_ru.py: Likewise.
|
||||
|
||||
2003-08-14 Don Allingham <dallingham@users.sourceforge.net>
|
||||
* src/DbPrompter.py: removed #! at top of file
|
||||
* src/gramps.py: removed #! at top of file
|
||||
|
@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
|
@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
|
@ -1,4 +1,6 @@
|
||||
# -*- python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
# Copyright (C) 2000, 2003 Donald N. Allingham
|
||||
|
@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Gramps - a GTK+/GNOME based genealogy program
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user