ZyLo wrote: > Thank you very much. The updated version is excellent and had the exact > fix. > > If anyone else is curious for what was wrong, you can't require a file > that has a variable in it, you can only import constants, so change > code_words to CODE_WORDS in both files and you're fine. > Say it this way: If you require a file that has a local variable in it, the local variable is not imported. Hal