Skip to content

Commit

Permalink
defined as new style class
Browse files Browse the repository at this point in the history
  • Loading branch information
pinae committed Nov 24, 2015
1 parent 33ad941 commit ecc0650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion password_settings_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from kgk_manager import KgkManager


class PasswordSettingsManager:
class PasswordSettingsManager(object):
"""
Use this class to manage password settings. It can save the settings locally to the settings file and it can
export them to be sent to a sync server.
Expand Down

0 comments on commit ecc0650

Please sign in to comment.