FIx a typo

This commit is contained in:
cncfanatics
2010-10-13 21:14:39 +02:00
parent 9f5280341a
commit b537e1aea8

View File

@@ -24,7 +24,7 @@ class PreferenceView(object):
@classmethod
def register(cls):
PreferencesView.views[cls.name] = cls
PreferenceView.views[cls.name] = cls
@classmethod
def getView(cls, name):