Skip to content

Commit

Permalink
remove the __main__ entry point and move it in application
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Apr 30, 2020
1 parent 8d9de48 commit b880374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/exabgp/application/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
License: 3-clause BSD. (See the COPYRIGHT file)
"""

def main ():
from exabgp.application.main import main
main()


def run_exabgp ():
from exabgp.application.bgp import main
Expand Down
File renamed without changes.

0 comments on commit b880374

Please sign in to comment.