Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugarpycha/line.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/line.py
parent6c0355d7194c60dcb778bb34a3df5a9bac511f37 (diff)
[sugar-pycha] update
Diffstat (limited to 'sugarpycha/line.py')
-rw-r--r--sugarpycha/line.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugarpycha/line.py b/sugarpycha/line.py
index 9b12152..07be5e6 100644
--- a/sugarpycha/line.py
+++ b/sugarpycha/line.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.chart import Chart
-from pycha.color import hex2rgb
+from sugarpycha.chart import Chart
+from sugarpycha.color import hex2rgb
class LineChart(Chart):