Some signature related things, prior to starting test scaffolding

This commit is contained in:
Michael DeHaan 2014-10-02 13:29:24 -04:00
parent b8e4e59d6b
commit 7ebf246ff1
4 changed files with 26 additions and 38 deletions

View file

@ -15,13 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
from v2.playbook import Tag, Conditional
class PlaybookBase(Tag, Conditional):
'''
Implements a common object, which supports filtering based on
both tags and when: conditional statements
'''
class Base(object):
def __init__(self):
pass