Browse Source

*** empty log message ***

Joe Shochet 23 years ago
parent
commit
b58582dd89
1 changed files with 12 additions and 0 deletions
  1. 12 0
      direct/src/distributed/Account.py

+ 12 - 0
direct/src/distributed/Account.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 DistributedObject
+
+class Account(DistributedObject.DistributedObject):
+    def __init__(self, cr):
+        pass
+