svn: r18594
This commit is contained in:
Paul Franklin 2011-12-13 17:10:21 +00:00
parent 96bd83275e
commit 3c54cda718
8 changed files with 9 additions and 10 deletions

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# $Id: _PeoplePrivate.py 14091 2010-01-18 04:42:17Z pez4brian $ # $Id$
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -19,7 +19,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# #
# $Id: _IsPublic.py 14091 2010-01-18 04:42:17Z pez4brian $ # $Id$
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #

View File

@ -260,7 +260,7 @@ class ArgHandler(object):
""" """
if self.gui: if self.gui:
return return
# Need to covert path/filename to unicode before openingh # Need to convert path/filename to unicode before opening
# For non latin characters in Windows path/file/user names # For non latin characters in Windows path/file/user names
value = Utils.get_unicode_path_from_env_var(value) value = Utils.get_unicode_path_from_env_var(value)
fname = value fname = value

View File

@ -98,8 +98,7 @@ def is_quartz():
def has_display(): def has_display():
""" """
Tests to see if Python is currently running with gtk and Tests to see if Python is currently running with gtk
windowing system is Mac OS-X's "quartz".
""" """
# FIXME: currently, gtk.init_check() requires all strings # FIXME: currently, gtk.init_check() requires all strings
# in argv, and we might have unicode. # in argv, and we might have unicode.

View File

@ -651,8 +651,8 @@ class AncestorTree(Report):
The arguments are: The arguments are:
database - the GRAMPS database instance database - the GRAMPS database instance
person - currently selected person
options - instance of the Options class for this report options - instance of the Options class for this report
user - a gen.user.User() instance
""" """
Report.__init__(self, database, options, user) Report.__init__(self, database, options, user)

View File

@ -695,8 +695,8 @@ class StatisticsChart(Report):
The arguments are: The arguments are:
database - the GRAMPS database instance database - the GRAMPS database instance
person - currently selected person
options - instance of the Options class for this report options - instance of the Options class for this report
user - a gen.user.User() instance
To see what the options are, check the options help in the options class. To see what the options are, check the options help in the options class.
""" """

View File

@ -374,7 +374,7 @@ class DescendantReport(Report):
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# #
# AncestorOptions # DescendantOptions
# #
#------------------------------------------------------------------------ #------------------------------------------------------------------------
class DescendantOptions(MenuReportOptions): class DescendantOptions(MenuReportOptions):