Merge branch 'feature-relative-import' of https://github.com/sedrubal/torbrowser-launcher into sedrubal-feature-relative-import

This commit is contained in:
Micah Lee 2018-01-28 08:26:21 -08:00
commit 23568b58a7
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -30,9 +30,9 @@ from __future__ import print_function
import os, sys, argparse
from common import Common, SHARE
from settings import Settings
from launcher import Launcher
from .common import Common, SHARE
from .settings import Settings
from .launcher import Launcher
def main():
# parse arguments