From 78c37999cc379573ea6d1409f77b2a61a9f018b5 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Sat, 29 Jun 2013 15:40:48 +0200 Subject: [PATCH] fixed typo --- relational/maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relational/maintenance.py b/relational/maintenance.py index 4a14194..877c0fc 100644 --- a/relational/maintenance.py +++ b/relational/maintenance.py @@ -59,7 +59,7 @@ def check_latest_version(): s=a.find('"')+1 return a[s:a.find('"',s)-1] -class interface (Object): +class interface (object): '''It is used to provide services to the user interfaces, in order to reduce the amount of duplicated code present in different user interfaces. '''