Beispiel #1
0
 def __init__(self, obj):
     self.essence_fields = obj.fieldNames()
     Model.__init__(self, obj)
Beispiel #2
0
 def __init__(self, obj):
     #self.checkClass(obj, ModelFinance, EssenceFinance)
     self.accounts = Db_Accounts(
         '/home/kurt/checked-out/apps/finance/svn-run/in/All/Accounts_All.csv')
     Model.__init__(self, obj)
Beispiel #3
0
 def __init__(self, obj):
     #self.checkClass(obj, ModelFinance, EssenceFinance)
     self.accounts = Db_Accounts(
         '/data/proj/git/finance/run/in/BeyondBanking/Accounts_All.csv')
     Model.__init__(self, obj)