Set default taking access for GradingProjectSurvey to org.
This will allow Mentors and Org Admins to take GradingProjectSurveys in case that an Org Admin has no Mentor roles.
Metadata-Version: 1.0Name: coverageVersion: 2.85Summary: Coverage: code coverage testing for PythonHome-page: http://nedbatchelder.com/code/modules/coverage.htmlAuthor: Ned BatchelderAuthor-email: ned@nedbatchelder.comLicense: BSDDownload-URL: http://nedbatchelder.com/code/modules/coverage-2.85.tar.gzDescription: Coverage.py is a Python module that measures code coverage during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.Keywords: code coverage testingPlatform: UNKNOWNClassifier: Development Status :: 5 - Production/StableClassifier: Environment :: ConsoleClassifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: BSD LicenseClassifier: Operating System :: OS IndependentClassifier: Programming Language :: PythonClassifier: Topic :: Software Development :: Quality AssuranceClassifier: Topic :: Software Development :: Testing