Skip to content

Commit

Permalink
Remove an unnecessary import
Browse files Browse the repository at this point in the history
Forgot to remove an import of distutils.core that is currently
not needed.
  • Loading branch information
pekkle01 committed Mar 20, 2012
1 parent 7622f17 commit 46020a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

# Get info about the _a11y extension first
import distutils.command.build
import distutils.core
from distutils.dist import Distribution

b = distutils.command.build.build(Distribution())
Expand Down

0 comments on commit 46020a6

Please sign in to comment.