diff --git a/pesterchum.py b/pesterchum.py index 5a164c1..df12d25 100755 --- a/pesterchum.py +++ b/pesterchum.py @@ -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, diff --git a/profile.py b/user_profile.py similarity index 99% rename from profile.py rename to user_profile.py index a06020d..23caadf 100644 --- a/profile.py +++ b/user_profile.py @@ -1,3 +1,4 @@ +"""Renamed from 'profile.py' to avoid conflict with standard library 'profile' module.""" import os import sys import json