Advertisement
Guest User

pycheckers.py fix for shared servers

a guest
Nov 13th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.40 KB | None | 0 0
  1. --- pycheckers.py       2012-11-13 16:47:08.000000000 -0800
  2. +++ pycheckers-new.py   2012-11-13 16:47:37.000000000 -0800
  3. @@ -262,7 +262,7 @@
  4.  
  5.  # look for the bin or the omelette directory
  6.          find = False
  7. -        while dirname != "/":
  8. +        while dirname != "/home":
  9.              # look up for the file that fits
  10.              if 'setup.py' in os.listdir(dirname):
  11.                  find = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement