diff options
| author | ogrisel <none@none> | 2006-06-08 15:34:28 +0200 |
|---|---|---|
| committer | ogrisel <none@none> | 2006-06-08 15:34:28 +0200 |
| commit | 183d3fe7421c7f3e713ae07d0cb7dd42ccad153c (patch) | |
| tree | 24c255578422e8ca2be2b0f612a21ad24476120b /doc/mkhtml.py | |
| parent | 16f5ed74d038d1159e14789645ee25e958e2f5b1 (diff) | |
| download | python-lxml-183d3fe7421c7f3e713ae07d0cb7dd42ccad153c.tar.gz | |
[svn r1464] useless import
--HG--
branch : trunk
Diffstat (limited to 'doc/mkhtml.py')
| -rw-r--r-- | doc/mkhtml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mkhtml.py b/doc/mkhtml.py index 4e869f9e..bfdb23b9 100644 --- a/doc/mkhtml.py +++ b/doc/mkhtml.py @@ -1,4 +1,4 @@ -import os, shutil, sys +import os, sys def publish(dirname, lxml_path, release): if not os.path.exists(dirname): |
