blob: 91f24c6e583ac195222d545df1937576a59df522 [file] [log] [blame]
Yulia Portnova8ca20572015-04-14 14:09:39 +03001# Patch MARKER constant
2
3import sys
4from GChartWrapper import constants
5import GChartWrapper.GChart
6
7constants.MARKERS += 'E'
8print sys.modules['GChartWrapper.GChart']
9sys.modules['GChartWrapper.GChart'].MARKERS += 'E'