mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-12 07:49:39 -05:00
removed #! lines, since onionshare_gui.py and webgui.py aren't executable
This commit is contained in:
parent
f73e402b2f
commit
9daa475cc0
@ -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…
Reference in New Issue
Block a user