We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5443e2 commit 009b1a0Copy full SHA for 009b1a0
setupext.py
@@ -902,7 +902,7 @@ def check(self):
902
"backend. pip/easy_install may attempt to install it "
903
"after matplotlib.")
904
905
- return "using tornado version %s" % tornado.__version__
+ return "using tornado version %s" % tornado.version
906
907
def get_install_requires(self):
908
return ['tornado']
0 commit comments