Skip to content

Commit

Permalink
feature: add part of moss support
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-imba committed Sep 27, 2019
1 parent e4f8a8f commit ae84f0b
Show file tree
Hide file tree
Showing 6 changed files with 976 additions and 832 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ geoip2
GitPython
PyYAML
git+https://github.com/iceb0y/aiomongo
oauthlib
oauthlib
mosspy
5 changes: 5 additions & 0 deletions vj4/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,8 @@ class DatabaseVersionMismatchError(Error):
@property
def message(self):
return 'Database version mismatch, got {0}, expect {1}. You need to invoke database upgrades.'

class LanguageNotSupportedError(Error):
@property
def message(self):
return 'Language {0} not supported.'
Loading

0 comments on commit ae84f0b

Please sign in to comment.