fix extend #13 to multi-server support

This commit is contained in:
ziirish 2014-11-13 11:08:56 +01:00
parent 570ecc2347
commit 7b2786cfe5
7 changed files with 30 additions and 4 deletions

View file

@ -6,4 +6,7 @@ class BUIparser:
self.conf = conf
def readfile(self):
raise NotImplementedError("Sorry, the current Backend does not implement this method!")
raise NotImplementedError("Sorry, the current Parser does not implement this method!")
def getkey(self, key):
raise NotImplementedError("Sorry, the current Parser does not implement this method!")