Files
freeipa/ipa-python/user.py
T

8 lines
99 B
Python
Raw Normal View History

2007-08-24 15:42:56 -04:00
from ipa.entity import Entity
2007-08-24 15:42:56 -04:00
class User(Entity):
2007-08-24 15:42:56 -04:00
def __init2__(self):
pass