Replaced tabbed indentation with spaces for subversion module

pull/4420/head
Matt Martz 2015-06-30 16:23:51 -05:00 committed by Matt Clay
parent a0f5ae8726
commit 30d5c1166c
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class Subversion(object):
def checkout(self):
'''Creates new svn working directory if it does not already exist.'''
self._exec(["checkout", "-r", self.revision, self.repo, self.dest])
def export(self, force=False):
'''Export svn repo to directory'''
cmd = ["export"]