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'