mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Set PYTHON2 global variable
This commit is contained in:
parent
fb395fc2e9
commit
9e0153e962
35 changed files with 43 additions and 42 deletions
|
@ -26,7 +26,7 @@ import time
|
|||
from future.moves.urllib.parse import quote, quote_plus, urlencode
|
||||
|
||||
import plexpy
|
||||
if plexpy.PYTHON_VERSION < 3:
|
||||
if plexpy.PYTHON2:
|
||||
import activity_processor
|
||||
import common
|
||||
import helpers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue