tralph3 / Steam-Metadata-Editor

An easy to use GUI that edits the metadata of your Steam Apps
GNU General Public License v3.0
161 stars 18 forks source link

Refactoring #43

Closed JustKappaMan closed 7 months ago

JustKappaMan commented 7 months ago

@tralph3 hi, see commit messages for details :slightly_smiling_face:

tralph3 commented 7 months ago

Hi. Thank you for taking the time of converting the var names to snake case. However the imports seem broken. I can't open the program with this PR, it says there's no module "src". That's because you changed the imports from from config import config to from src.config import config. src is not a module, so this fails.

JustKappaMan commented 7 months ago

@tralph3 oops, ok. I'll bring imports back to the original state a little bit later. And then you can merge the PR.

JustKappaMan commented 7 months ago

@tralph3 done, ready to be merged :slightly_smiling_face:

tralph3 commented 7 months ago

Sigh... it's a times like this when I wish I had written tests for this program. It does seem to be working fine however, I'll merge it.