more readable imports

This commit is contained in:
stef 2016-08-20 19:37:22 +02:00 committed by Stephane Martin
parent 2731531768
commit 6a043f4a7d
18 changed files with 32 additions and 32 deletions

View file

@ -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):