Removed Python 2 code due to python 2 not being supported anymore

This commit is contained in:
itspooya 2022-11-08 00:23:25 +03:30 committed by Megan Wilhite
parent e3165a586d
commit 2e12b12719

View file

@ -748,8 +748,6 @@ class SPMClient:
if args[1] == ".":
repo_path = os.getcwd()
if sys.version_info.major == 2:
repo_path = os.getcwdu()
else:
repo_path = args[1]