restructuring and cleanup

This commit is contained in:
Upi Tamminen
2014-08-09 23:48:34 +03:00
parent 72a6118849
commit c3c09adb02
15 changed files with 702 additions and 615 deletions

View File

@@ -1,3 +1,8 @@
# Copyright (c) 2009-2014 Upi Tamminen <desaster@gmail.com>
# See the COPYRIGHT file for more information
class NotEnabledException(Exception):
""" Feature not enabled
"""
# vim: set sw=4 et: