Change to shorthand unicode

(cherry picked from commit ab32a3a)
This commit is contained in:
Ebag333
2016-11-07 12:09:20 -08:00
parent dfa728a486
commit 39b7d9fdeb

View File

@@ -12,7 +12,7 @@ def handler(fit, src, context):
src.reloadTime = 10000
if "projected" in context:
if src.item.group.name == unicode("Missile Launcher Bomb"):
if src.item.group.name == u'Missile Launcher Bomb':
# Bomb Launcher Cooldown Timer
moduleReactivationDelay = src.getModifiedItemAttr("moduleReactivationDelay")