commit | cee433464405bd1d931bd22f09bfefac3931257d | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Tue Apr 14 22:52:53 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Tue Apr 14 22:56:16 2015 +0300 |
tree | 7a43a8524d0876b0d18f575d5a3dd20429d7bfbe | |
parent | 1fbb71db21a18ed4854bedc8b40db502f5412951 [diff] [blame] |
lot of fixes
diff --git a/chart/__init__.py b/chart/__init__.py index 91f24c6..cd49ed9 100644 --- a/chart/__init__.py +++ b/chart/__init__.py
@@ -1,9 +1,8 @@ -# Patch MARKER constant - import sys -from GChartWrapper import constants -import GChartWrapper.GChart +from GChartWrapper import constants + +# Patch MARKER constant constants.MARKERS += 'E' -print sys.modules['GChartWrapper.GChart'] + sys.modules['GChartWrapper.GChart'].MARKERS += 'E'