Rename utils.py -> _util.py
This commit is contained in:
@@ -8,7 +8,7 @@ from random import choice
|
||||
from bs4 import BeautifulSoup as bs
|
||||
from mimetypes import guess_type
|
||||
from collections import OrderedDict
|
||||
from .utils import *
|
||||
from ._util import *
|
||||
from .models import *
|
||||
from .graphql import *
|
||||
import time
|
||||
|
@@ -4,7 +4,7 @@ from __future__ import unicode_literals
|
||||
import json
|
||||
import re
|
||||
from .models import *
|
||||
from .utils import *
|
||||
from ._util import *
|
||||
|
||||
# Shameless copy from https://stackoverflow.com/a/8730674
|
||||
FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
|
||||
|
Reference in New Issue
Block a user