Make arguments to Session.__init__() have the same order as to qof_session_begin() to reduce potential confusion.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19812 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls
2010-11-15 19:10:19 +00:00
parent 17005a6dde
commit 0e9049458c
3 changed files with 3 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ class Session(GnuCashCoreClass):
Invoice..) is associated with a particular book where it is stored.
"""
def __init__(self, book_uri=None, is_new=False, ignore_lock=False,
def __init__(self, book_uri=None, ignore_lock=False, is_new=False,
force_new= False):
"""A convienent contructor that allows you to specify a book URI,
begin the session, and load the book.