Skip to content

Commit

Permalink
Added Steve Steiner to AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
Harley Bussell committed Sep 20, 2009
1 parent 3d48c97 commit 1f197a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
@@ -0,0 +1,3 @@
Ordered by date of first contribution:
Harley Bussell
Steve Steiner
2 changes: 0 additions & 2 deletions djangofab/vcs/svn.py
Expand Up @@ -33,8 +33,6 @@ def checkout_local():
def remote_checkout_exists(): def remote_checkout_exists():
#with cd(env.path): #with cd(env.path):
out = run('ls -a | grep svn').strip() out = run('ls -a | grep svn').strip()
print out
return True
if out=='.svn': if out=='.svn':
return True return True
return False return False

0 comments on commit 1f197a3

Please sign in to comment.