[commons] refactoring: 'user' module moved to 'api'

This commit is contained in:
Vinicius Moreira
2021-11-23 18:02:54 -03:00
parent 8f9810bd69
commit f78498c1ec
8 changed files with 12 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ from bauh.api.abstract.model import PackageHistory, PackageUpdate, SoftwarePacka
SuggestionPriority, PackageStatus
from bauh.api.abstract.view import MessageType, FormComponent, SingleSelectComponent, InputOption, SelectViewType, \
ViewComponent, PanelComponent
from bauh.commons import user
from bauh.api import user
from bauh.commons.boot import CreateConfigFile
from bauh.commons.html import strip_html, bold
from bauh.commons.system import ProcessHandler