mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-27 03:20:33 +00:00
Merge branch 'feature-relative-import' of https://github.com/sedrubal/torbrowser-launcher into sedrubal-feature-relative-import
This commit is contained in:
commit
23568b58a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user