Removed confusing, incorrect comment.

This commit is contained in:
Guido van Rossum 1992-06-03 17:08:15 +00:00
parent 3dd8c9895e
commit 138e6bf66e
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ main(argc, argv)
}
}
initall(); /* Defined in config*.c */
initall();
setpythonpath(getpythonpath());
if (command != NULL) {