Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Sep 4, 2020
1 parent 2a031d4 commit 71f121e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/usr/local/bin/file_transfer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/python3
import os,stat
from gi.repository.GdkPixbuf import Pixbuf
from gi.repository import Gtk
Expand Down
2 changes: 1 addition & 1 deletion src/usr/local/bin/ssh_file_transfer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
import os, stat
import paramiko
from gi.repository import Gtk
Expand Down
2 changes: 1 addition & 1 deletion src/usr/local/bin/valf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/usr/bin/python3
#!/usr/bin/python3
import gi
import os
import getpass
Expand Down

0 comments on commit 71f121e

Please sign in to comment.