~mblayman/entertainer/clean-up-1.0

« back to all changes in this revision

Viewing changes to entertainerlib/frontend/gui/screen_history.py

  • Committer: Matt Layman
  • Date: 2009-05-06 02:58:08 UTC
  • mto: (358.2.17 trunk)
  • mto: This revision was merged to the branch mainline in revision 363.
  • Revision ID: laymansterms.dev@gmail.com-20090506025808-2i7obpbgjxtu8wpi
Moved Lauri's copyright to Entertainer Developers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'''Stack container for screen objects'''
2
2
 
3
 
__licence__ = "GPLv2"
4
 
__copyright__ = "2007, Lauri Taimila"
5
 
__author__ = "Lauri Taimila <lauri@taimila.com>"
6
 
 
7
3
class ScreenHistory:
8
4
    """
9
5
    ScreenHistory contains latest screens. History is a stack container.