blob: cd49ed9f02387bbe91733ef7339822c7f5e92cda [file] [log] [blame]
import sys
from GChartWrapper import constants
# Patch MARKER constant
constants.MARKERS += 'E'
sys.modules['GChartWrapper.GChart'].MARKERS += 'E'