Skip to content

Commit

Permalink
PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Пирогов Алексей committed Feb 6, 2015
1 parent 69fa581 commit 467a462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ def read(fname):
include_package_data=True,
long_description=read('README.rst'),
install_requires=requires,
scripts=['scripts/bup_cli','scripts/bup_manage'],
scripts=['scripts/bup_cli', 'scripts/bup_manage'],
)
2 changes: 1 addition & 1 deletion src/barsup/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, config_file=None):

def _call(self, args):
command = args[0]
self.cont.get(self.COmMAND_GROUP, command)(args)
self.cont.get(self.COMMAND_GROUP, command)(args)


if __name__ == '__main__':
Expand Down

0 comments on commit 467a462

Please sign in to comment.