mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-23 22:27:17 -04:00
Moved enum to libs2
This commit is contained in:
parent
3b4df939d8
commit
b591918e03
7 changed files with 1 additions and 8 deletions
|
@ -25,14 +25,7 @@ this script that does the job by parsing the website"s pages.
|
|||
|
||||
# imports
|
||||
import re
|
||||
|
||||
from six import PY3
|
||||
|
||||
if PY3:
|
||||
import enum
|
||||
else:
|
||||
import enum2 as enum
|
||||
|
||||
import enum
|
||||
import sys
|
||||
import requests
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue