mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-04 04:14:15 -04:00
removed #! lines, since onionshare_gui.py and webgui.py aren't executable
This commit is contained in:
parent
f73e402b2f
commit
9daa475cc0
2 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
import onionshare, webgui
|
import onionshare, webgui
|
||||||
import os, sys, time, json, gtk, gobject, thread
|
import os, sys, time, json, gtk, gobject, thread
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env python
|
|
||||||
|
|
||||||
import time, Queue, thread, gtk, gobject, os, webkit
|
import time, Queue, thread, gtk, gobject, os, webkit
|
||||||
|
|
||||||
def async_gtk_msg(fun):
|
def async_gtk_msg(fun):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue