From: Guido van Rossum Date: Wed, 3 Jun 1992 17:08:15 +0000 (+0000) Subject: Removed confusing, incorrect comment. X-Git-Tag: v0.9.8~292 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=138e6bf66ec08d2db5e0cb331134dd5601d5d216;p=thirdparty%2FPython%2Fcpython.git Removed confusing, incorrect comment. --- diff --git a/Python/pythonmain.c b/Python/pythonmain.c index ea0d67d7251b..a14116808874 100644 --- a/Python/pythonmain.c +++ b/Python/pythonmain.c @@ -106,7 +106,7 @@ main(argc, argv) } } - initall(); /* Defined in config*.c */ + initall(); setpythonpath(getpythonpath()); if (command != NULL) {