Skip to content

Commit

Permalink
Merge pull request #42 from vrajat/master
Browse files Browse the repository at this point in the history
Add DbexportCommand for backward compatibility
  • Loading branch information
vrajat committed Apr 30, 2014
2 parents 85b34bd + 0531de3 commit d49e016
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qds_sdk/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,12 @@ def parse(cls, args):
return None

v = vars(options)
if cls.__name__ == "DbexportCommand":
v["command_type"] = "DbExportCommand"
return v

class DbexportCommand(DbExportCommand):
pass

class DbImportCommand(Command):
@classmethod
Expand Down

0 comments on commit d49e016

Please sign in to comment.