Skip to content

Commit

Permalink
PEP8: E302 expected 2 blank lines, found 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaynebailey committed May 2, 2012
1 parent 2dd862b commit 3ffcc45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions translate/storage/versioncontrol/__init__.py
Expand Up @@ -102,6 +102,7 @@ def prepare_filelist(files):
def youngest_ancestor(files):
return os.path.commonprefix([os.path.dirname(f) for f in files])


class GenericRevisionControlSystem(object):
"""The super class for all version control classes.
Expand Down

0 comments on commit 3ffcc45

Please sign in to comment.