diff options
author | filip <filip.komar@gmail.com> | 2015-07-01 21:52:00 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-07-01 21:52:00 +0200 |
commit | 9aee3968b32ff60bcde32b308bbd154e19ba4666 (patch) | |
tree | 4886d1ae493448be5747ae8d3ffa723f857324ed | |
parent | a8ab84830a7a94d96e8bd6c10c3beadd9cc61db8 (diff) | |
download | doc-9aee3968b32ff60bcde32b308bbd154e19ba4666.tar doc-9aee3968b32ff60bcde32b308bbd154e19ba4666.tar.gz doc-9aee3968b32ff60bcde32b308bbd154e19ba4666.tar.bz2 doc-9aee3968b32ff60bcde32b308bbd154e19ba4666.tar.xz doc-9aee3968b32ff60bcde32b308bbd154e19ba4666.zip |
clean leftover newlines + credit to grenoya for assistance
-rw-r--r-- | update_manual.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/update_manual.py b/update_manual.py index d6c069cd..8c21b1b4 100644 --- a/update_manual.py +++ b/update_manual.py @@ -145,9 +145,3 @@ if __name__ == "__main__": # ask for git status (the user has to commit himself) command_status = ['git', 'status'] call(command_status) - - - - - - |