Remove accidently duplicated multiuser plugin

This commit is contained in:
HelloZeroNet 2015-04-19 15:43:10 +02:00
parent c8fe73f5c0
commit ab87f5a7f1
3 changed files with 1 additions and 171 deletions

View file

@ -4,7 +4,7 @@ import ConfigParser
class Config(object):
def __init__(self):
self.version = "0.2.9"
self.rev = 106
self.rev = 107
self.parser = self.createArguments()
argv = sys.argv[:] # Copy command line arguments
argv = self.parseConfig(argv) # Add arguments from config file