On 8/9/06, Rob Shortt <[EMAIL PROTECTED]> wrote:
Can you do diff -u?  It's way more readable and the preferred patch format.

thanks,
-Rob

I believe the __init__ isn't needed (it works without it) but here is both the diff's anyway.

--- __init__.org        2006-07-20 13:05:21.000000000 -0400
+++ __init__.py 2006-08-09 13:49:10.000000000 -0400
@@ -87,6 +87,14 @@
     return []


+def get_num_programs():
+    """
+    Return the number of total programs
+    """
+    if guide and not guide.status == DISCONNECTED:
+        return guide.get_num_programs()
+    return []
+
 def search(*args, **kwargs):
     """
     Search the epg.



--- client.org  2006-08-01 14:20:35.000000000 -0400
+++ client.py   2006-08-09 13:33:35.000000000 -0400
@@ -236,6 +236,13 @@
         return self._channels_list


+    def get_num_programs(self):
+        """
+        Get number of programs
+        """
+        return self._num_programs
+
+
     def update(self, *args, **kwargs):
         """
         Update the database. This will call the update function in the server
-------------------------------------------------------------------------
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

Reply via email to