Skip to content

Commit

Permalink
Removing references to bcdoc.clidocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
garnaat committed Nov 21, 2013
1 parent 389ceb0 commit 1e21f67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion awscli/customizations/commands.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from bcdoc.clidocs import CLIDocumentEventHandler
import bcdoc.clidocevents

from awscli.clidocs import CLIDocumentEventHandler
from awscli.argparser import ArgTableArgParser
from awscli.clidriver import CLICommand
from awscli.arguments import CustomArgument
Expand Down
3 changes: 1 addition & 2 deletions awscli/customizations/s3/dochandler.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import os

from bcdoc.clidocs import CLIDocumentEventHandler

import awscli
from awscli.clidocs import CLIDocumentEventHandler


class S3DocumentEventHandler(CLIDocumentEventHandler):
Expand Down
3 changes: 1 addition & 2 deletions examples/new_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
from awscli.clidriver import BuiltInCommand
from awscli.help import HelpCommand
from awscli.argparser import ServiceArgParser
from bcdoc.clidocs import CLIDocumentEventHandler
import bcdoc.clidocevents
from awscli.clidocs import CLIDocumentEventHandler


class ConfigDocumentEventHandler(CLIDocumentEventHandler):
Expand Down

0 comments on commit 1e21f67

Please sign in to comment.