cc-4105: Added problem dir moving. Also locale config from old media monitor
This commit is contained in:
parent
4525bd5e4c
commit
9964c826ab
7 changed files with 53 additions and 9 deletions
|
@ -12,3 +12,6 @@ class NoConfigFile(Exception):
|
|||
class ConfigAccessViolation(Exception):
|
||||
def __init__(self,key): self.key = key
|
||||
def __str__(self): return "You must not access key '%s' directly" % self.key
|
||||
|
||||
class FailedToSetLocale(Exception):
|
||||
def __str__(self): return "Failed to set locale"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue