2014-08-09 20:48:34 +00:00
|
|
|
# Copyright (c) 2009-2014 Upi Tamminen <desaster@gmail.com>
|
|
|
|
# See the COPYRIGHT file for more information
|
|
|
|
|
2014-08-09 16:19:05 +00:00
|
|
|
class NotEnabledException(Exception):
|
|
|
|
""" Feature not enabled
|
|
|
|
"""
|
2014-08-09 20:48:34 +00:00
|
|
|
|
|
|
|
# vim: set sw=4 et:
|