Code:
import urllib2 as u import os as o inn = \'dword.txt\' w = open(inn) z = w.readline() b = w.readline() c = w.readline() x = w.readline
In my case I had a class that had a method and a string property of the same name, I was trying to call the method but was getting the string property.