]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix testsuite failure when sockets is not defined 1725/head
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>
Tue, 24 May 2016 10:29:51 +0000 (12:29 +0200)
committerGianfranco Costamagna <costamagnagianfranco@yahoo.it>
Tue, 24 May 2016 10:29:51 +0000 (12:29 +0200)
commitdbde7cf184fc34eeb82a905ce755b645a84f3285
tree3c9b0da2678f22044f071e40d6de03872b615db3
parenta97ec9569b1995d8aa3da0a7f499510bffc006a3
Fix testsuite failure when sockets is not defined

this fixes the UnboundLocalError issue
"UnboundLocalError: local variable 'sockets' referenced before assignment"
Thanks Ondřej Nový for the help
tornado/test/netutil_test.py