chiark / gitweb /
Add default repotype() to make pylint happy
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 2 Apr 2014 21:37:29 +0000 (23:37 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 2 Apr 2014 21:37:29 +0000 (23:37 +0200)
fdroidserver/common.py

index 8222ca778ba11d5b3e368f6580b141616754df32..07a9db00805190a08eb7c9a64c88740baffc58a9 100644 (file)
@@ -251,6 +251,9 @@ class vcs:
         self.refreshed = False
         self.srclib = None
 
+    def repotype(self):
+        return None
+
     # Take the local repository to a clean version of the given revision, which
     # is specificed in the VCS's native format. Beforehand, the repository can
     # be dirty, or even non-existent. If the repository does already exist