~ubuntu-branches/ubuntu/utopic/python-chaco/utopic

« back to all changes in this revision

Viewing changes to enthought/chaco/shell/scaly_plot.py

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2011-04-06 19:03:54 UTC
  • mfrom: (7.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110406190354-rwd55l2ezjecfo41
Tags: 3.4.0-2
d/rules: fix pyshared directory path (Closes: #621116)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
from enthought.traits.api import Any
5
5
 
6
6
from enthought.chaco.api import (DataRange2D, LinearMapper, LogMapper,
7
 
    PlotGrid, Plot)
8
 
from enthought.chaco.scales_axis import PlotAxis
 
7
    PlotGrid, Plot, PlotAxis)
9
8
from enthought.chaco.scales_tick_generator import ScalesTickGenerator
10
9
from enthought.chaco.scales.api import DefaultScale, LogScale, ScaleSystem
11
10