I read a lot on reload but I am not able to use reload function.There is some error in imp.py itself.I didn't make any changes.
>>> import imp
>>> imp.reload('fileread')
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
imp.reload('fileread')
File "C:\Python33\lib\imp.py", line 258, in reload
raise TypeError("reload() argument must be module")
TypeError: reload() argument must be module
fileread is stored in proper directory of python.