/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: David Planella
  • Date: 2011-03-06 10:43:25 UTC
  • mto: This revision was merged to the branch mainline in revision 719.
  • Revision ID: david.planella@ubuntu.com-20110306104325-cadghj4cts93qx3h
Removed python-distutils-extra import left by mistake

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
from distutils.command.install_data import install_data
8
8
from distutils.command.build import build
9
9
from distutils.command.sdist import sdist
10
 
from DistUtilsExtra.command import *
11
10
try:
12
11
    from DistUtilsExtra.command import *
13
12
except ImportError: