commit | 8ca2057307fccf254d1a93b21ba0846649cbfd89 | [log] [tgz] |
---|---|---|
author | Yulia Portnova <yportnova@mirantis.com> | Tue Apr 14 14:09:39 2015 +0300 |
committer | Yulia Portnova <yportnova@mirantis.com> | Tue Apr 14 14:09:39 2015 +0300 |
tree | dd096b49dd67ce3f8e865853c4a779211d71b5c3 | |
parent | 92ea8488c5e433821ac143eace38f80135698a20 [diff] [blame] |
Fixed charts
diff --git a/chart/__init__.py b/chart/__init__.py index e69de29..91f24c6 100644 --- a/chart/__init__.py +++ b/chart/__init__.py
@@ -0,0 +1,9 @@ +# Patch MARKER constant + +import sys +from GChartWrapper import constants +import GChartWrapper.GChart + +constants.MARKERS += 'E' +print sys.modules['GChartWrapper.GChart'] +sys.modules['GChartWrapper.GChart'].MARKERS += 'E'