From 2828866d5ecdc5996e5f83b4ba98da0c5ae2aab8 Mon Sep 17 00:00:00 2001 From: "Asad M. Zaman" Date: Tue, 8 Mar 2005 22:21:07 +0000 Subject: [PATCH] missed this new file --- direct/src/distributed/AccountAI.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 direct/src/distributed/AccountAI.py diff --git a/direct/src/distributed/AccountAI.py b/direct/src/distributed/AccountAI.py new file mode 100755 index 0000000000..f0b4b4aa2a --- /dev/null +++ b/direct/src/distributed/AccountAI.py @@ -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 +