From 7707d5d3c646a84c18704df97585e04e74565654 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 8 Feb 2010 01:24:18 +0100 Subject: Fixed in windows Windows was giving trouble with the os.getenv(HOME) which can be executed in the python shell and IDLE and will return C:\Documents and Settings\username\, but when running a script it will return None. If os.getenv(HOME) is None, then now the exec dir will be used instead --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2f836aa..b04dcab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ *.pyc +.* \ No newline at end of file -- cgit v1.3-2-g0d8e