1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Adding sys in python script

This commit is contained in:
Alexandre Aubin 2015-10-23 22:01:56 +02:00
parent 2217715789
commit 8c89f3deee

View file

@ -1,5 +1,6 @@
#!/usr/bin/python
import re
import sys
from mechanize import Browser
path = sys.argv[1]