make sure a '_' function is availible for nose

This commit is contained in:
Jason Kölker 2012-01-04 22:32:37 -06:00
parent 1ca528dcfd
commit aa4729fd0c
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
import __builtin__
setattr(__builtin__, '_', lambda x: x)