X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fscripts%2Fosm.py;fp=osmclient%2Fscripts%2Fosm.py;h=c434fe85f94035ef464b9582de1b8907a21fa2a3;hb=631949fc005ba91d4af5127821f59fa7c5c9d0be;hp=d9136f3dd41ccdcbc7abcebc235f0c08b9a312dd;hpb=1931b2032c07d1ed3897739d0b40485d4411db1d;p=osm%2Fosmclient.git diff --git a/osmclient/scripts/osm.py b/osmclient/scripts/osm.py index d9136f3..c434fe8 100755 --- a/osmclient/scripts/osm.py +++ b/osmclient/scripts/osm.py @@ -33,10 +33,6 @@ import logging from datetime import datetime -# Global variables - -CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help'], max_content_width=160) - def wrap_text(text, width): wrapper = textwrap.TextWrapper(width=width) lines = text.splitlines()