~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/database.py

Give console and tutorial services security declarations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
525
525
    text = Unicode(name="attempt")
526
526
    complete = Bool()
527
527
    active = Bool()
 
528
 
 
529
    def get_permissions(self, user):
 
530
        return set(['view']) if user is self.user else set()