Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugarpycha/stackedbar.py
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-07-02 01:01:00 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-07-02 01:01:00 (GMT)
commitc6596d374f2cf2b5177b1f1300689a2e457578e8 (patch)
treecdd9e3611eb9584323f066797bde2c84b682ee1b /sugarpycha/stackedbar.py
parent6c0355d7194c60dcb778bb34a3df5a9bac511f37 (diff)
[sugar-pycha] update
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):