testing a full check case

This commit is contained in:
Tarek Ziadé 2009-04-11 15:14:17 +00:00
parent 942825f7de
commit c2936b786a
2 changed files with 8 additions and 1 deletions

View file

@ -65,7 +65,7 @@ def run(self):
if self.metadata:
self.check_metadata()
if self.restructuredtext:
if docutils:
if HAS_DOCUTILS:
self.check_restructuredtext()
elif self.strict:
raise DistutilsSetupError('The docutils package is needed.')