ec2_vpc_route_table: fix broken import (#31459)

This commit is contained in:
Pilou
2017-10-09 12:20:31 +02:00
committed by Will Thames
parent 13631ececa
commit 870974e0be
2 changed files with 0 additions and 3 deletions

View File

@@ -142,8 +142,6 @@ try:
HAS_BOTO = True
except ImportError:
HAS_BOTO = False
if __name__ != '__main__':
raise
class AnsibleRouteTableException(Exception):