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:
Aaron Rosen 2016-06-21 11:38:44 -07:00
parent f7761ffea6
commit 7ecbe48b41

View File

@ -81,7 +81,3 @@ class ApiReplayCli(object):
def main():
ApiReplayCli()
if __name__ == '__main__':
main()