Looks like some info from client.py was public, so I attempted to fix it. **Hopefully this is a little less ugly**
diff client.py client.org
239,245d238
< def get_num_programs(self):
< """
< Get number of programs
< """
< return self._num_programs
<
<
diff __init__.py __init__.org
90,97d89
< def get_num_programs():
< """
< Return the number of total programs
< """
< if guide and not guide.status == DISCONNECTED:
< return guide.get_num_programs()
< return []
<
Obviously, I don't read before send.
"Looks like some info from client.py was public"
should be
"Looks like some info from client.py wasn't public"
Also, is the __init__ code needed? I'm not too comfortable with python.
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
