Yulia Portnova | 8ca2057 | 2015-04-14 14:09:39 +0300 | [diff] [blame^] | 1 | # Patch MARKER constant |
2 | |||||
3 | import sys | ||||
4 | from GChartWrapper import constants | ||||
5 | import GChartWrapper.GChart | ||||
6 | |||||
7 | constants.MARKERS += 'E' | ||||
8 | print sys.modules['GChartWrapper.GChart'] | ||||
9 | sys.modules['GChartWrapper.GChart'].MARKERS += 'E' |