drain the read fd when refusing authentication
[pandav-og.git] / member.py
blob1a227f8b082ca829ea4e5612bc80bed19f396a02
1 # Copyright (c) 2005.-2006. Ivan Voras <ivoras@gmail.com>
2 # Released under the Artistic License
4 class Member:
6 # member types
7 M_MEMBER = 1
8 M_COLLECTION = 2
10 def getProperties(self):
11 return {}