diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/prserv/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/prserv/__init__.py b/bitbake/lib/prserv/__init__.py index c27fffe37b..0e0c98b9d8 100644 --- a/bitbake/lib/prserv/__init__.py +++ b/bitbake/lib/prserv/__init__.py | |||
@@ -10,5 +10,5 @@ def init_logger(logfile, loglevel): | |||
10 | FORMAT = '%(asctime)-15s %(message)s' | 10 | FORMAT = '%(asctime)-15s %(message)s' |
11 | logging.basicConfig(level=numeric_level, filename=logfile, format=FORMAT) | 11 | logging.basicConfig(level=numeric_level, filename=logfile, format=FORMAT) |
12 | 12 | ||
13 | class NotFoundError(StandardError): | 13 | class NotFoundError(Exception): |
14 | pass \ No newline at end of file | 14 | pass \ No newline at end of file |