~gdesklets-desklet-team/gdesklets/0.36

« back to all changes in this revision

Viewing changes to Controls/EventPipe/IEventPipe.py

  • Committer: Robert Pastierovic
  • Date: 2007-10-07 10:08:42 UTC
  • Revision ID: pastierovic@gmail.com-20071007100842-fdvp2vzmqgh1j87k
merged 0.3x branch and basic documentation and some other changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from libdesklets.controls import Interface, Permission
 
2
 
 
3
class IEventPipe(Interface):
 
4
 
 
5
    subscriptions = Permission.READWRITE
 
6
    event = Permission.READWRITE