Skip to content

Commit

Permalink
remove doctopt
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jan 12, 2021
1 parent fd2ebce commit 06bb086
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 686 deletions.
2 changes: 1 addition & 1 deletion lib/exabgp/application/pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def main(location=''):
location = os.environ.get('exabgp_cli_pipe', '')
if not location:
sys.stderr.write("usage %s %s\n" % (sys.executable, ' '.join(sys.argv)))
sys.stderr.write("run with 'env exabgp_cli_pipe=<location>' if you are trying to mess with ExaBGP's intenals")
sys.stderr.write("run with 'env exabgp_cli_pipe=<location>' if you are trying to mess with ExaBGP's internals")
sys.stderr.flush()
sys.exit(1)
Control(location).run()
Expand Down
1 change: 0 additions & 1 deletion lib/exabgp/bgp/message/open/capability/capability.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class _CapabilityCode(int):
MULTISESSION_CISCO: 'cisco-multi-sesion',
AIGP: 'aigp',
HOSTNAME: 'exabgp-experimental-hostname',
OPERATIONAL: 'exabgp-experimental-operational',
}

def __new__(cls, value):
Expand Down
103 changes: 0 additions & 103 deletions lib/exabgp/configuration/usage.py

This file was deleted.

Loading

0 comments on commit 06bb086

Please sign in to comment.