hello all
i have a module "B", i want to run it from a script "C",
and i want to call global variables in "B", as they wer in "C" root, another problem that is if i imported sys
in "B" when i run "C" it doesnt see sys
# NameError: global name 'sys' is not defined #
what shall i do?