I'm getting a module import error.
My main file is /home/mininet/pythonscripts/import.py:

and my module file is /home/mininet/test/hello.py:

The error I'm getting is:
File "import.py", line 7, in <module> from test.hello import sqr,print_func
ImportError: No module named hello
i also added the __init__.py file in the module search path..please help!!