Changeset 73
- Timestamp:
- 03/29/07 19:36:09 (22 months ago)
- Files:
-
- 2 modified
-
README (modified) (1 diff)
-
management.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
README
r72 r73 2 2 ------ 3 3 Conseil 0.2 "Zapopan" release 4 rev.7 2- 29 March 2007 - Lionel Dricot ploum@ubuntu.com4 rev.73 - 29 March 2007 - Lionel Dricot ploum@ubuntu.com 5 5 http://conseil.fritalk.com 6 6 -
management.py
r70 r73 3 3 import sys, string, xml.dom.minidom, os 4 4 5 from auth_file import user5 # from auth_file import user 6 6 7 7 class manage_accounts :
