No description
* Fixed IndexError if a non existent field gets queried for a value. Using dict.get to either get a value or provide a reasonable default * Removed list construction around new_key value * Clean up source code with 80x25 terminal and vim (complies with PEP-8) * Added some docstrings |
||
|---|---|---|
| account | ||
| cbapi_ldap | ||
| cbmi | ||
| static | ||
| .gitignore | ||
| .gitmodules | ||
| dev_env_setup.sh | ||
| Dockerfile | ||
| guni.sh | ||
| manage.py | ||
| pop_members.py | ||
| README.md | ||
| requirements.txt | ||
| smbpasswd.py | ||
| start | ||
c-base member interface
cd /tmp
curl https://raw.github.com/c-base/cbmi/master/dev_env_setup.sh | bash