rename helper
More consistent name with TransferrerPool
This commit is contained in:
parent
3fa2bc2eed
commit
677003a6df
6 changed files with 16 additions and 16 deletions
|
@ -35,7 +35,7 @@ import qualified Command.FromKey
|
|||
import qualified Command.RegisterUrl
|
||||
import qualified Command.SetKey
|
||||
import qualified Command.DropKey
|
||||
import qualified Command.Transfer
|
||||
import qualified Command.Transferrer
|
||||
import qualified Command.TransferKey
|
||||
import qualified Command.TransferKeys
|
||||
import qualified Command.SetPresentKey
|
||||
|
@ -178,7 +178,7 @@ cmds testoptparser testrunner mkbenchmarkgenerator =
|
|||
, Command.RegisterUrl.cmd
|
||||
, Command.SetKey.cmd
|
||||
, Command.DropKey.cmd
|
||||
, Command.Transfer.cmd
|
||||
, Command.Transferrer.cmd
|
||||
, Command.TransferKey.cmd
|
||||
, Command.TransferKeys.cmd
|
||||
, Command.SetPresentKey.cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue