~mblayman/entertainer/clean-up-1.0

« back to all changes in this revision

Viewing changes to entertainerlib/frontend/gui/widgets/tab_group.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
'''TabGroup is a group of tabs. It draws the tab bar.'''
2
2
 
3
 
__licence__ = "GPLv2"
4
 
__copyright__ = "2008, Lauri Taimila"
5
 
__author__ = "Lauri Taimila <lauri@taimila.com>"
6
 
 
7
3
import clutter
8
4
import pango
9
5