Set PYTHON2 global variable

This commit is contained in:
JonnyWong16
2020-04-04 07:57:51 -07:00
parent fb395fc2e9
commit 9e0153e962
35 changed files with 43 additions and 42 deletions

View File

@@ -21,7 +21,7 @@ from future.builtins import str
import time
import plexpy
if plexpy.PYTHON_VERSION < 3:
if plexpy.PYTHON2:
import database
import helpers
import logger