Skip to content

Commit

Permalink
Remove Route53 resource ID customization.
Browse files Browse the repository at this point in the history
This is now handled by Botocore as of boto/botocore#398.
  • Loading branch information
danielgtaylor committed Dec 5, 2014
1 parent 0d0b91d commit fa57931
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
29 changes: 0 additions & 29 deletions awscli/customizations/route53resourceid.py

This file was deleted.

2 changes: 0 additions & 2 deletions awscli/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
from awscli.customizations.iamvirtmfa import IAMVMFAWrapper
from awscli.customizations.argrename import register_arg_renames
from awscli.customizations.dryrundocs import register_dryrun_docs
from awscli.customizations.route53resourceid import register_resource_id
from awscli.customizations.configure import register_configure_cmd
from awscli.customizations.cloudtrail import initialize as cloudtrail_init
from awscli.customizations.toplevelbool import register_bool_params
Expand Down Expand Up @@ -102,7 +101,6 @@ def awscli_initialize(event_handlers):
IAMVMFAWrapper(event_handlers)
register_arg_renames(event_handlers)
register_dryrun_docs(event_handlers)
register_resource_id(event_handlers)
register_configure_cmd(event_handlers)
cloudtrail_init(event_handlers)
register_bool_params(event_handlers)
Expand Down

0 comments on commit fa57931

Please sign in to comment.