Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugarpycha/bar.py
diff options
context:
space:
mode:
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):