From 752c67bc0baa31355002e0c87a7a086e92bcc903 Mon Sep 17 00:00:00 2001 From: blitzmann Date: Sun, 20 May 2018 15:57:02 -0400 Subject: [PATCH] tox --- eos/effects/techtwocommandburstbonus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eos/effects/techtwocommandburstbonus.py b/eos/effects/techtwocommandburstbonus.py index 757513cef..1769da1af 100644 --- a/eos/effects/techtwocommandburstbonus.py +++ b/eos/effects/techtwocommandburstbonus.py @@ -4,5 +4,5 @@ runTime = "late" def handler(fit, module, context): - for x in xrange(1, 4): + for x in range(1, 4): module.boostChargeAttr("warfareBuff{}Multiplier".format(x), module.getModifiedItemAttr("commandBurstStrengthBonus"))