Rename 'profile.py' to avoid conflict with the standard library 'profile' module.
This commit is contained in:
parent
bd292b4d80
commit
b6cc63a0df
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ if ostools.isLinux():
|
|||
|
||||
# import console
|
||||
from pnc.dep.attrdict import AttrDict
|
||||
from profile import userConfig, userProfile, pesterTheme, PesterLog, PesterProfileDB
|
||||
from user_profile import userConfig, userProfile, pesterTheme, PesterLog, PesterProfileDB
|
||||
from menus import (
|
||||
PesterChooseQuirks,
|
||||
PesterChooseTheme,
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
"""Renamed from 'profile.py' to avoid conflict with standard library 'profile' module."""
|
||||
import os
|
||||
import sys
|
||||
import json
|
Loading…
Reference in a new issue