I am trying to import a module from an external file as follows:
>>> from sys import path >>> path.append("/tmp/security/") >&g