Is there a way to veiw the modules without import sys? Thanks again.
sys is a builtin module. You don't add any dependency by importing it, if that's your concern.
-- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list
Is there a way to veiw the modules without import sys? Thanks again.
sys is a builtin module. You don't add any dependency by importing it, if that's your concern.
-- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list