more readable imports
This commit is contained in:
parent
2731531768
commit
6a043f4a7d
18 changed files with 32 additions and 32 deletions
|
@ -4,9 +4,10 @@ import json
|
|||
import os
|
||||
import sys
|
||||
|
||||
# noinspection PyUnresolvedReferences
|
||||
from six.moves.urllib.parse import urlparse
|
||||
|
||||
from ..lib.util import in_vagrant
|
||||
from realms.lib.util import in_vagrant
|
||||
|
||||
|
||||
class Config(object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue