mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
CLI version of onionshare in OSX now works when symlinked (closes #132)
This commit is contained in:
parent
2ea0c6aef3
commit
ccc8b87b9a
2 changed files with 6 additions and 3 deletions
|
@ -20,6 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
"""
|
||||
import zipimport, os, inspect
|
||||
cwd = os.path.dirname(os.path.realpath(os.path.abspath(inspect.getfile(inspect.currentframe()))))
|
||||
zi = zipimport.zipimporter(cwd+'/lib/python2.7/site-packages.zip')
|
||||
os.chdir(cwd)
|
||||
zi = zipimport.zipimporter('lib/python2.7/site-packages.zip')
|
||||
onionshare = zi.load_module('onionshare')
|
||||
onionshare.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue