missed this new file

This commit is contained in:
Asad M. Zaman 2005-03-08 22:21:07 +00:00
parent 6ff6735166
commit 2828866d5e
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
"""
Account module: stub to fulfill the Account toon.dc Distributed Class
This is a class Roger needs for the server to be able to display these values
appropriately in the db web interface.
"""
import DistributedObjectAI
class AccountAI(DistributedObjectAI.DistributedObjectAI):
def __init__(self, cr):
pass