From c05c291d6f332fbd926f89ce422f115e14332236 Mon Sep 17 00:00:00 2001 From: Rsge <rsge@web.de> Date: Sat, 2 Apr 2022 22:29:46 +0200 Subject: [PATCH] Changed naming scheme --- dice_roll_odds.py => DiceRollOdds.py | 0 Tabletop RPG Dice Roll Odds Calculator.pyproj | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename dice_roll_odds.py => DiceRollOdds.py (100%) diff --git a/dice_roll_odds.py b/DiceRollOdds.py similarity index 100% rename from dice_roll_odds.py rename to DiceRollOdds.py diff --git a/Tabletop RPG Dice Roll Odds Calculator.pyproj b/Tabletop RPG Dice Roll Odds Calculator.pyproj index cdb8b28..f9c438e 100644 --- a/Tabletop RPG Dice Roll Odds Calculator.pyproj +++ b/Tabletop RPG Dice Roll Odds Calculator.pyproj @@ -4,7 +4,7 @@ <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>30c88dbc-6fff-4e81-ba77-1149be3f44c0</ProjectGuid> <ProjectHome>.</ProjectHome> - <StartupFile>dice_roll_odds.py</StartupFile> + <StartupFile>DiceRollOdds.py</StartupFile> <SearchPath> </SearchPath> <WorkingDirectory>.</WorkingDirectory> @@ -21,7 +21,7 @@ <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> </PropertyGroup> <ItemGroup> - <Compile Include="dice_roll_odds.py" /> + <Compile Include="DiceRollOdds.py" /> </ItemGroup> <ItemGroup> <Content Include="LICENSE" /> -- GitLab