fixed typo

master
Salvo 'LtWorf' Tomaselli 2013-06-29 15:40:48 +07:00
parent 68b60b7b07
commit 78c37999cc
1 changed files with 1 additions and 1 deletions

@ -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.
'''