refactoring - correct namespaces, logic from profile.py moved to different files, calbacks partially fixed

This commit is contained in:
ingvar1995 2018-03-10 18:42:53 +03:00
parent 593e25efe5
commit 20bb694c7e
23 changed files with 1071 additions and 966 deletions

View file

@ -1,4 +1,4 @@
class ProfileManager():
class ProfileManager:
"""
Class with methods for search, load and save profiles
"""