Rename 'profile.py' to avoid conflict with the standard library 'profile' module.

This commit is contained in:
Dpeta 2023-02-13 17:43:48 +01:00
parent bd292b4d80
commit b6cc63a0df
No known key found for this signature in database
GPG key ID: 51227517CEA0030C
2 changed files with 2 additions and 1 deletions

View file

@ -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,

View file

@ -1,3 +1,4 @@
"""Renamed from 'profile.py' to avoid conflict with standard library 'profile' module."""
import os
import sys
import json