meld r1175 - trunk/vc



Author: vincele
Date: Mon Feb 23 23:28:32 2009
New Revision: 1175
URL: http://svn.gnome.org/viewvc/meld?rev=1175&view=rev

Log:
Remove the duplicated lookup_files() virtual method in favor of the one with real code


Modified:
   trunk/vc/_vc.py

Modified: trunk/vc/_vc.py
==============================================================================
--- trunk/vc/_vc.py	(original)
+++ trunk/vc/_vc.py	Mon Feb 23 23:28:32 2009
@@ -86,9 +86,6 @@
     def patch_command(self, workdir):
         return ["patch","--strip=%i"%self.PATCH_STRIP_NUM,"--reverse","--directory=%s" % workdir]
 
-    def lookup_files(self, cdirs, cfiles):
-        raise NotImplementedError()
-
     def get_working_directory(self, workdir):
         return workdir
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]