]> git.ipfire.org Git - thirdparty/tornado.git/commit
Move autoreload's sys.path manipulations earlier in the file, before
authorBen Darnell <ben@bendarnell.com>
Tue, 21 Feb 2012 04:31:33 +0000 (20:31 -0800)
committerBen Darnell <ben@bendarnell.com>
Tue, 6 Mar 2012 05:52:56 +0000 (21:52 -0800)
commitd0c206aac6adb6a50ac2420afd1ccc2242b5a767
tree83d244afa61f9b300d29aeb9a135b4bffa03ebd9
parentaa7ac6906213fcae98496e5385f93414f18d9e88
Move autoreload's sys.path manipulations earlier in the file, before
as many imports as possible.

This fixes an edge case discovered in a branch where I introduced
a module named tornado.concurrent.
tornado/autoreload.py