Commands - import

- Migrated handleImport to CmdImport.
This commit is contained in:
Paul Beckingham
2011-05-30 13:18:10 -04:00
parent 4603bdb509
commit a7d5641d00
9 changed files with 123 additions and 86 deletions

View File

@@ -132,7 +132,6 @@ void Cmd::load ()
commands.push_back ("calendar");
commands.push_back ("delete");
commands.push_back ("done");
commands.push_back ("import");
commands.push_back ("timesheet");
commands.push_back ("undo");
commands.push_back ("merge");
@@ -210,7 +209,6 @@ bool Cmd::isWriteCommand ()
if (command == "merge" ||
command == "delete" ||
command == "done" ||
command == "import" ||
command == "pull" ||
command == "undo")
return true;