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:53:48 +0200 |
commit | c204eaaa2c9a006432fe00489a352833143db01d (patch) | |
tree | 18860f2e335b9a98d34f404d5c4b81d22f2ce222 /kolab-cli.py | |
parent | 4a24e0cc403321713ee1201ade9d36956da1c060 (diff) | |
download | pykolab-c204eaaa2c9a006432fe00489a352833143db01d.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() - |