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