From 0aa95087ea8f8788499c0beaa12f39642fd204ab Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 14 Jul 2014 02:33:52 +0200 Subject: Fix class definition --- module/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/setup.py') diff --git a/module/setup.py b/module/setup.py index 937ca5395..2ac196bcb 100644 --- a/module/setup.py +++ b/module/setup.py @@ -13,7 +13,7 @@ from subprocess import PIPE, call from module.utils import get_console_encoding -class Setup(): +class Setup: """ pyLoads initial setup configuration assistant """ def __init__(self, path, config): -- cgit v1.2.3