From 37962bbb6188a7d44c769889139c77f0ac6b9208 Mon Sep 17 00:00:00 2001 From: Sakimori Date: Wed, 14 Aug 2024 11:50:46 -0400 Subject: [PATCH] updated venv --- .gitignore | 1 + SimHoc.py | 2 +- SimHoc.pyproj | 11 ++++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5c308dd..1de91f5 100644 --- a/.gitignore +++ b/.gitignore @@ -368,3 +368,4 @@ Hockey/ # Data directiory Data/ /.env/hockey10 +/env/env diff --git a/SimHoc.py b/SimHoc.py index e977967..9561604 100644 --- a/SimHoc.py +++ b/SimHoc.py @@ -1,4 +1,4 @@ -import os, player, tweepy, twitHandler, time, skillContests, random, itertools +import os, player, time, skillContests, random, itertools from attributes import normalDis from hocTests import AttributeTest, TestGame from hocUtils import RinkGraph diff --git a/SimHoc.pyproj b/SimHoc.pyproj index 9936ba3..a4e233d 100644 --- a/SimHoc.pyproj +++ b/SimHoc.pyproj @@ -11,7 +11,7 @@ . SimHoc SimHoc - MSBuild|Hockey|$(MSBuildProjectFullPath) + MSBuild|env|$(MSBuildProjectFullPath) true @@ -59,6 +59,15 @@ PYTHONPATH X64 + + env + 3.8 + env (Python38-32) + Scripts\python.exe + Scripts\pythonw.exe + PYTHONPATH + X86 + Hockey 3.8