]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Merge branch 'feature-relative-import' of https://github.com/sedrubal/torbrowser...
authorMicah Lee <micah@micahflee.com>
Sun, 28 Jan 2018 16:26:21 +0000 (08:26 -0800)
committerMicah Lee <micah@micahflee.com>
Sun, 28 Jan 2018 16:26:21 +0000 (08:26 -0800)
1  2 
torbrowser_launcher/__init__.py

index 73c69027d73195444f83fdae2b378062253bd501,9998d876ba7b132cd32402cf0443ee00dc09c061..57284a7141416f63120da130fa6f07c36bf2e754
@@@ -26,13 -26,11 +26,13 @@@ FROM, OUT OF OR IN CONNECTION WITH THE 
  OTHER DEALINGS IN THE SOFTWARE.
  """
  
 +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