diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2016-05-04 15:53:48 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2016-05-04 15:55:23 +0200 |
commit | 141852072027645e49700e5b3e5adba17b9d423a (patch) | |
tree | 07e4918f6925d373091a4ad834abeb0525554088 /kolab-cli.py | |
parent | 7c73f705f8e60ada04c825a0d2fab5b1e5ffc240 (diff) | |
download | pykolab-141852072027645e49700e5b3e5adba17b9d423a.tar.gz |
CS fixes according to PEP8 (ignored mostly line-length errors only)
Summary: .
Reviewers: #pykolab_developers
Differential Revision: https://git.kolab.org/D134
Diffstat (limited to 'kolab-cli.py')
-rwxr-xr-x | kolab-cli.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kolab-cli.py b/kolab-cli.py index 760c902..fbcfac5 100755 --- a/kolab-cli.py +++ b/kolab-cli.py @@ -38,4 +38,3 @@ except ImportError, e: if __name__ == "__main__": kolab = Cli() kolab.run() - |