Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 009b1a0

Browse files
committed
Fixups after rebase
1 parent b5443e2 commit 009b1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ def check(self):
902902
"backend. pip/easy_install may attempt to install it "
903903
"after matplotlib.")
904904

905-
return "using tornado version %s" % tornado.__version__
905+
return "using tornado version %s" % tornado.version
906906

907907
def get_install_requires(self):
908908
return ['tornado']

0 commit comments

Comments
 (0)