mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Add default repotype() to make pylint happy
This commit is contained in:
parent
8e87feff26
commit
3905143252
1 changed files with 3 additions and 0 deletions
|
@ -251,6 +251,9 @@ class vcs:
|
||||||
self.refreshed = False
|
self.refreshed = False
|
||||||
self.srclib = None
|
self.srclib = None
|
||||||
|
|
||||||
|
def repotype(self):
|
||||||
|
return None
|
||||||
|
|
||||||
# Take the local repository to a clean version of the given revision, which
|
# 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
|
# is specificed in the VCS's native format. Beforehand, the repository can
|
||||||
# be dirty, or even non-existent. If the repository does already exist
|
# be dirty, or even non-existent. If the repository does already exist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue