~rockstar/entertainer/package-structure-apocalypse

« back to all changes in this revision

Viewing changes to entertainerlib/client/gui/transitions/fade.py

  • Committer: Paul Hummer
  • Date: 2009-04-30 01:11:22 UTC
  • Revision ID: paul@eventuallyanyway.com-20090430011122-17be1lws6gbxtwb6
Moved entertainerlib.frontend to entertainerlib.client

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
__author__ = "Lauri Taimila <lauri@taimila.com>"
6
6
 
7
7
import clutter
8
 
from entertainerlib.frontend.gui.transitions.transition import Transition
 
8
from entertainerlib.client.gui.transitions.transition import Transition
9
9
 
10
10
class Fade(Transition):
11
11
    """