projects
/
fso-scripts.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4c46f53
)
fso-make-call.py: remove useless tab and newline
author
Antonio Ospite <ospite@studenti.unina.it>
Wed, 15 Sep 2010 11:13:18 +0000
(13:13 +0200)
committer
Antonio Ospite <ospite@studenti.unina.it>
Wed, 15 Sep 2010 11:13:18 +0000
(13:13 +0200)
fso-make-call.py
patch
|
blob
|
history
diff --git
a/fso-make-call.py
b/fso-make-call.py
index
eceb5b8
..
aec370e
100755
(executable)
--- a/
fso-make-call.py
+++ b/
fso-make-call.py
@@
-46,7
+46,6
@@
if __name__ == "__main__":
if len(sys.argv) != 2:
sys.stderr.write("usage: %s <number>\n")
sys.exit(1)
-
+
number = sys.argv[1]
fso_dial(number)
-