summaryrefslogtreecommitdiff
path: root/command/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'command/check.py')
-rw-r--r--command/check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/check.py b/command/check.py
index c7291495..d164f3f5 100644
--- a/command/check.py
+++ b/command/check.py
@@ -65,7 +65,7 @@ class check(Command):
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.')