Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugarpycha/stackedbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugarpycha/stackedbar.py')
-rw-r--r--sugarpycha/stackedbar.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugarpycha/stackedbar.py b/sugarpycha/stackedbar.py
index a728e50..3daf6e3 100644
--- a/sugarpycha/stackedbar.py
+++ b/sugarpycha/stackedbar.py
@@ -15,8 +15,8 @@
# You should have received a copy of the GNU Lesser General Public License
# along with PyCha. If not, see <http://www.gnu.org/licenses/>.
-from pycha.bar import BarChart, VerticalBarChart, HorizontalBarChart, Rect
-from pycha.chart import uniqueIndices
+from sugarpycha.bar import BarChart, VerticalBarChart, HorizontalBarChart, Rect
+from sugarpycha.chart import uniqueIndices
class StackedBarChart(BarChart):