removed unused code

This commit is contained in:
Pablo Hoffman 2010-06-03 01:07:40 -03:00
parent 38b5793152
commit 72df5cb7ef
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ def parse_url(url):
class Shell(object):
requires_project = False
def __init__(self, update_vars=None, nofetch=False):
self.vars = {}
self.update_vars = update_vars