[svn r37450] skip auto-import checks of directive.py because it requires docutils

--HG--
branch : trunk
This commit is contained in:
hpk 2007-01-27 21:15:21 +01:00
parent 06f68d9fb7
commit b677355804
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ def test_importall():
base.join('path', 'extpy', 'testing', 'test_data'),
base.join('path', 'gateway',),
base.join('doc',),
base.join('rest', 'directive.py'),
base.join('test', 'testing', 'import_test'),
base.join('c-extension',),
base.join('magic', 'greenlet.py'),