Rev4070, Fix Multiuser plugin import order, Run coverage before optional plugins

This commit is contained in:
shortcutme 2019-04-15 22:54:17 +02:00
parent 8246505289
commit 5ff2f792e6
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
3 changed files with 8 additions and 3 deletions

View file

@ -13,7 +13,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.7.0"
self.rev = 4069
self.rev = 4070
self.argv = argv
self.action = None
self.pending_changes = {}