You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Darksider3 2afb4c79a2 Implements a backup to csv. Uses StringIO because it has an own writer()
method, which is pretty nice to have when csv.writer() want's that on its
passed variable.

Also respects every flag yet introduced(-c, -f, -a, -u) and reuses the code
already written in ListUsers.py. It could be very nice to bring that code
into lib/ because it is probably needed way more often
5 years ago
..
lib introduces -f/--file, which outputs or takes from a file(conditional to the current program) 5 years ago
scripts Big restructure of all directories: 5 years ago
Backup.py Implements a backup to csv. Uses StringIO because it has an own writer() 5 years ago
ListUsers.py Implement -f/--file option. Defaults to stdout 5 years ago
administrate.py pep8-changes like before mostly 5 years ago