Skip to content

Commit

Permalink
Fix for 2.4 compat.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdln committed Oct 7, 2010
1 parent 21c7d5f commit bb7a25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flashbake/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, value):
def __str__(self):
return repr(self.value)

class Git():
class Git:
def __init__(self, cwd, git_path=None):
# look for git in the environment's PATH var
path_env = os.getenv('PATH')
Expand Down

0 comments on commit bb7a25c

Please sign in to comment.