Skip to content

Commit

Permalink
Made import safe
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellerin committed May 5, 2009
1 parent 48b4081 commit 5206704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/nosetests
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

from nose import main

main()
if __name__ == '__main__':
main()

0 comments on commit 5206704

Please # to comment.