Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugarpycha/bar.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/bar.py
parent6c0355d7194c60dcb778bb34a3df5a9bac511f37 (diff)
[sugar-pycha] update
Diffstat (limited to 'sugarpycha/bar.py')
-rw-r--r--sugarpycha/bar.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sugarpycha/bar.py b/sugarpycha/bar.py
index ab0eeec..fa3698d 100644
--- a/sugarpycha/bar.py
+++ b/sugarpycha/bar.py
@@ -15,9 +15,9 @@
# 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.chart import Chart, uniqueIndices
-from pycha.color import hex2rgb
-from pycha.utils import safe_unicode
+from sugarpycha.chart import Chart, uniqueIndices
+from sugarpycha.color import hex2rgb
+from sugarpycha.utils import safe_unicode
class BarChart(Chart):