Bug 3017: change old-style classes to new-style classes
svn: r12560
This commit is contained in:
@@ -80,7 +80,7 @@ Application options
|
||||
#-------------------------------------------------------------------------
|
||||
# ArgHandler
|
||||
#-------------------------------------------------------------------------
|
||||
class ArgHandler:
|
||||
class ArgHandler(object):
|
||||
"""
|
||||
This class is responsible for handling command line arguments (if any)
|
||||
given to gramps. The valid arguments are:
|
||||
|
Reference in New Issue
Block a user