Commit 42946b98 authored by Seblu's avatar Seblu
Browse files

Fix indentation, here we use tabs

parent cf19a4d4
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -47,11 +47,11 @@ DEFAULT_CONFIG_FILE = "/etc/aurbot.conf"
DEFAULT_DATA_DIR = "/var/lib/aurbot"

class Error(BaseException):
    """Error handling"""
    ERR_USAGE = 1
    ERR_ABORT = 2
    ERR_CRITICAL = 3
    ERR_UNKNOWN = 4
	"""Error handling"""
	ERR_USAGE = 1
	ERR_ABORT = 2
	ERR_CRITICAL = 3
	ERR_UNKNOWN = 4


class ABFormatter(Formatter):