File: //lib/python2.7/site-packages/leapp/libraries/stdlib/api.pyo
�
9�Egc @ s d Z d d l Z d d l m Z e j Z d � Z e j d d � Z d � Z d � Z
d � Z d � Z d
� Z
d � Z d � Z d
� Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d S( s
This module implements a convenience API for actions that are accessible to actors.
Any code that wants use this convenience library has to be called from within the actors context.
This is true for actors, actor private libraries and repository libraries.
i����N( t Actorc C s t j S( s�
Retrieve the Actor class instance of the current active actor.
:return: Instance of the currently instantiated actor.
:rtype: leapp.actors.Actor
( R t current_instance( ( ( s>