Added corp_only to BaseService

This commit is contained in:
2010-02-25 19:22:38 +00:00
parent 78cb8409b4
commit e624535779

View File

@@ -17,6 +17,8 @@ class BaseService():
"""
corp_only = False
def add_user(self, username, password):
""" Add a user """
pass