remove unused function

This commit is contained in:
Michael DeHaan 2012-03-26 21:58:28 -04:00
parent f9da7cb180
commit 95670ce6b5
2 changed files with 0 additions and 5 deletions

View file

@ -75,7 +75,6 @@ class PlayBook(object):
self.override_hosts = override_hosts
self.stats = stats
self.callbacks.set_playbook(self)
self.basedir = os.path.dirname(playbook)
self.playbook = self._parse_playbook(playbook)