api_replay: remove unneeded entry point to file
This patch simply removes this unneeded entry point to this file. One should invoke `neutron-api-replay` instead. This was here simply for testing before I setup the setup.cfg file. Change-Id: Ia9b8981dbefebcbddb7fd45212211ffd169ad979
This commit is contained in:
parent
f7761ffea6
commit
7ecbe48b41
@ -81,7 +81,3 @@ class ApiReplayCli(object):
|
||||
|
||||
def main():
|
||||
ApiReplayCli()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user