Skip to content

Commit

Permalink
Changing proxy.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo-Araujo-Silva committed Jan 24, 2017
1 parent d43d873 commit 717cdb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/pyhon/proxy.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/python
from subprocess import *
from sys import *

command='../mathematica/src/main/proxy.m'
command='../mathematica/proxy.m'
parameter=argv[1]

call([command,parameter])

0 comments on commit 717cdb7

Please sign in to comment.