From: Thomas V. S. <tho...@us...> - 2011-01-21 11:08:47
|
Update of /cvsroot/pychecker/pychecker In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21456 Modified Files: ChangeLog Log Message: * pychecker/check.py: Don't add None to sys.path Index: ChangeLog =================================================================== RCS file: /cvsroot/pychecker/pychecker/ChangeLog,v retrieving revision 1.144 retrieving revision 1.145 diff -u -d -r1.144 -r1.145 --- ChangeLog 21 Jan 2011 11:00:18 -0000 1.144 +++ ChangeLog 21 Jan 2011 11:08:39 -0000 1.145 @@ -1,5 +1,10 @@ 2011-01-21 Thomas Vander Stichele <thomas at apestaart dot org> + * pychecker/check.py: + Don't add None to sys.path + +2011-01-21 Thomas Vander Stichele <thomas at apestaart dot org> + * pychecker/CodeChecks.py: Handle sibling imports, where a module could be importing another living in the same directory. |